|
|||||||||||
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 | |
Type |
getContainingType()
Returns the containing type of this property. |
Object |
getDefault()
Returns the default value this property will have in a data object where the property hasn't been set. |
String |
getName()
Returns the name of the property. |
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. |
Method Detail |
public 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 Object getDefault()
data object
where the property hasn't been set.
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |