|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeDescriptor
Describes an instance of an Attribute.
An AttributeDescriptor is an extension of PropertyDescriptor which
defines some additional information:
| Method Summary | |
|---|---|
Object |
getDefaultValue()
The default value for the attribute. |
String |
getLocalName()
The local name for this AttributeDescriptor. |
AttributeType |
getType()
Override of PropertyDescriptor.getType() which type narrows to
AttributeType. |
| Methods inherited from interface PropertyDescriptor |
|---|
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable |
| Method Detail |
|---|
AttributeType getType()
PropertyDescriptor.getType() which type narrows to
AttributeType.
getType in interface PropertyDescriptorPropertyDescriptor.getType()String getLocalName()
getName().getLocalPart().
Object getDefaultValue()
This value is used when an attribute is created and no value for it is specified.
This value may be null. If it is non-null it should be an
instance of of the class specified by getType().getBinding().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||