getDefault( ) — This method returns the default value this
Property has in a
DataObject (as specified by Java SDO) when the property has not yet been set. For example:
getName( ) — This method returns the name of the
Property. For a column property, this is the ABL name of the corresponding temp-table field. For example:
isMany( ) — This method returns
true if this
Property is defined as many-valued, and
false if single-valued. If it returns
true for a column property, the
DataObject get*() methods return a
java.lang.List. It always returns
true for a reference property. For example: