| |
|
| java.lang.Object com.versant.core.jdo.PropertyInfo
PropertyInfo | public class PropertyInfo implements Serializable,Comparable(Code) | | Serializable information about a property. For properties that are
configurable beans themselves the type will be TYPE_SERVER_BEAN and
the children array will be filled in. The value for these is a bean
defined status object. It should have a useful but short toString().
|
TYPE_BOOLEAN | final public static int TYPE_BOOLEAN(Code) | | |
TYPE_INT | final public static int TYPE_INT(Code) | | |
TYPE_SERVER_BEAN | final public static int TYPE_SERVER_BEAN(Code) | | |
TYPE_STRING | final public static int TYPE_STRING(Code) | | |
PropertyInfo | public PropertyInfo()(Code) | | |
compareTo | public int compareTo(Object o)(Code) | | Order by name.
|
dump | public void dump(String indent)(Code) | | Dump to System.out.
|
getType | public int getType()(Code) | | |
setDescription | public void setDescription(String description)(Code) | | |
setDisplayName | public void setDisplayName(String displayName)(Code) | | |
setType | public void setType(int type)(Code) | | |
|
|
|