|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of a Property in the type
of a data object
.
Method Summary | |
---|---|
java.util.List |
getAliasNames()
Return a list of alias names for this Property. |
Type |
getContainingType()
Returns the containing type of this Property. |
java.lang.Object |
getDefault()
Returns the default value this Property will have in a data object where the Property hasn't been set. |
java.lang.String |
getName()
Returns the name of the Property. |
Property |
getOpposite()
Returns the opposite Property if the Property is bi-directional or null otherwise. |
Type |
getType()
Returns the type of the Property. |
boolean |
isContainment()
Returns whether the Property is containment, i.e., whether it represents by-value composition. |
boolean |
isMany()
Returns whether the Property is many-valued. |
boolean |
isReadOnly()
Returns true if values for this Property cannot be modified using the SDO APIs. |
Method Detail |
public java.lang.String getName()
public Type getType()
public boolean isMany()
true
if the Property is many-valued.public boolean isContainment()
true
if the Property is containment.public Type getContainingType()
Type.getProperties()
public java.lang.Object getDefault()
data object
where the Property hasn't been set.
public boolean isReadOnly()
public Property getOpposite()
public java.util.List getAliasNames()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |