wt.query.qml
Class IntrospectionUtil.PropertyInfo
java.lang.Object
wt.query.qml.IntrospectionUtil.PropertyInfo
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- IntrospectionUtil
- public static class IntrospectionUtil.PropertyInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private String name
displayName
private String displayName
queryName
private String queryName
typeName
private String typeName
IntrospectionUtil.PropertyInfo
IntrospectionUtil.PropertyInfo(PropertyDescriptor a_propertyDescriptor,
ClassInfo a_classInfo,
Locale a_locale)
getName
public String getName()
getDisplayName
public String getDisplayName()
getQueryName
public String getQueryName()
getTypeName
public String getTypeName()