Uses of Class
wt.query.qml.PropertyNameDisplayInfo

Packages that use PropertyNameDisplayInfo
wt.query.qml   
 

Uses of PropertyNameDisplayInfo in wt.query.qml
 

Methods in wt.query.qml that return PropertyNameDisplayInfo
static PropertyNameDisplayInfo IntrospectionUtil.getReferenceNameDisplayInfo(String a_className, Locale a_locale)
           
static PropertyNameDisplayInfo IntrospectionUtil.getPropertyNameDisplayInfo(String a_className, Locale a_locale)
           
 

Methods in wt.query.qml with parameters of type PropertyNameDisplayInfo
private static void IntrospectionUtil.buildReferences(IntrospectionUtil.PropertyInfo[] a_properties, PropertyDisplayInfo a_referenceDisplayInfo, PropertyNameDisplayInfo a_referenceNameDisplayInfo, String a_baseName, String a_baseDisplayName, Locale a_locale)
           
private static void IntrospectionUtil.buildProperties(IntrospectionUtil.PropertyInfo[] a_properties, PropertyDisplayInfo a_displayInfo, PropertyNameDisplayInfo a_nameDisplayInfo)