|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
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
.
Method Summary | |
---|---|
java.lang.Object |
get(Property property)
This method is not supported in this version and throws UnsupportedOperationException. |
java.util.List |
getAliasNames()
This method is not supported in this version and throws UnsupportedOperationException. |
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.util.List |
getInstanceProperties()
This method is not supported in this version and throws UnsupportedOperationException. |
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 |
isNullable()
This method is not supported in this version and throws UnsupportedOperationException. |
boolean |
isOpenContent()
Returns whether or not this is an open content Property. |
boolean |
isReadOnly()
Returns true if values for this Property cannot be modified using the SDO APIs. |
Method Detail |
---|
java.lang.String getName()
Type getType()
boolean isMany()
true
if the Property is many-valued.boolean isContainment()
true
if the Property is containment.Type getContainingType()
Type.getProperties()
java.lang.Object getDefault()
data object
where the Property hasn't been set.
boolean isReadOnly()
Property getOpposite()
java.util.List getAliasNames()
boolean isNullable()
boolean isOpenContent()
java.util.List getInstanceProperties()
java.lang.Object get(Property property)
property
- one of the properties returned by getInstanceProperties()
.
DataObject.get(Property)
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |