|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
A representation of a Property in the type
of a data object
.
We extend Property
to have type safety (through generics) and to
add functionality such as getIndex()
.
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getAliasNames()
Return a list of alias names for this Property. |
Type |
getContainingType()
Returns the containing type of this Property. |
int |
getIndex()
Return the index in the list of properties of its containingtype. |
Property |
getOpposite()
Returns the opposite Property if the Property is bi-directional or null otherwise. |
Type |
getType()
Returns the type of the Property. |
Methods inherited from interface commonj.sdo.Property |
---|
get, getDefault, getInstanceProperties, getName, isContainment, isMany, isNullable, isOpenContent, isReadOnly |
Method Detail |
---|
Type getType()
getType
in interface Property
Type getContainingType()
getContainingType
in interface Property
Type.getProperties()
Property getOpposite()
getOpposite
in interface Property
java.util.List<java.lang.String> getAliasNames()
getAliasNames
in interface Property
int getIndex()
getIndex
in interface Property
Type.getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |