wt.query.qml
Class IntrospectionUtil.PropertyInfo

java.lang.Object
  extended bywt.query.qml.IntrospectionUtil.PropertyInfo
All Implemented Interfaces:
Serializable
Enclosing class:
IntrospectionUtil

public static class IntrospectionUtil.PropertyInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String displayName
           
private  String name
           
private  String queryName
           
private  String typeName
           
 
Constructor Summary
(package private) IntrospectionUtil.PropertyInfo(PropertyDescriptor a_propertyDescriptor, ClassInfo a_classInfo, Locale a_locale)
           
 
Method Summary
 String getDisplayName()
           
 String getName()
           
 String getQueryName()
           
 String getTypeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

displayName

private String displayName

queryName

private String queryName

typeName

private String typeName
Constructor Detail

IntrospectionUtil.PropertyInfo

IntrospectionUtil.PropertyInfo(PropertyDescriptor a_propertyDescriptor,
                               ClassInfo a_classInfo,
                               Locale a_locale)
Method Detail

getName

public String getName()

getDisplayName

public String getDisplayName()

getQueryName

public String getQueryName()

getTypeName

public String getTypeName()