|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
this class describes an attribute of a persistable class.
DescriptorRuntime
Method Summary | |
int |
getDecimals()
Gets the decimals attribute of the AttributeDescriptor object |
int |
getLength()
Gets the maximum length of this attribute. |
int |
getMultiple()
Gets the multiplicity of the attribute. |
java.lang.String |
getName()
Gets the name attribute of the PersistableAttribute object |
AttributeType |
getType()
Gets the type of the attribute |
boolean |
isIndex()
Gets the index attribute of the AttributeDescriptor object |
java.lang.String |
toSqlString()
Deprecated. |
Method Detail |
public java.lang.String getName()
public AttributeType getType()
public int getMultiple()
public int getLength()
public java.lang.String toSqlString()
public boolean isIndex()
public int getDecimals()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |