|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines a metadata information about a resource property.
| Method Summary | |
int |
getMaxOccurs()
Returns the maximum number of values that this resource property can have. |
int |
getMinOccurs()
Returns the minimum number of values that this resource property can have. |
javax.xml.namespace.QName |
getName()
Returns ResourceProperty name. |
java.lang.Class |
getType()
Returns the Java element type of this property. |
boolean |
isNillable()
Returns if this resource property can be nillable. |
boolean |
isReadOnly()
Returns whether this property is read only. |
| Method Detail |
public javax.xml.namespace.QName getName()
public boolean isNillable()
public int getMinOccurs()
public int getMaxOccurs()
Integer.MAX_VALUE if
unlimited.public java.lang.Class getType()
Object.class then no conversion
will be done.
public boolean isReadOnly()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||