|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.castor.types.CenturyDescriptor
The Century Descriptor
TimeDurationDescriptor
Constructor Summary | |
CenturyDescriptor()
|
Method Summary | |
AccessMode |
getAccessMode()
Returns the access mode specified for this class. |
XMLFieldDescriptor[] |
getAttributeDescriptors()
Returns the set of XMLFieldDescriptors for all members that should be marshalled as XML attributes. |
XMLFieldDescriptor |
getContentDescriptor()
Returns the XMLFieldDescriptor for the member that should be marshalled as text content. |
XMLFieldDescriptor[] |
getElementDescriptors()
Returns the set of XMLFieldDescriptors for all members that should be marshalled as XML elements. |
ClassDescriptor |
getExtends()
Returns the class descriptor of the class extended by this class. |
XMLFieldDescriptor |
getFieldDescriptor(java.lang.String name,
NodeType nodeType)
Returns the XML field descriptor matching the given xml name and nodeType. |
FieldDescriptor[] |
getFields()
Returns a list of fields represented by this descriptor. |
FieldDescriptor |
getIdentity()
Returns the identity field, null if this class has no identity. |
java.lang.Class |
getJavaClass()
Returns the Java class represented by this descriptor. |
java.lang.String |
getNameSpacePrefix()
|
java.lang.String |
getNameSpaceURI()
|
TypeValidator |
getValidator()
Returns a specific validator for the class described by this ClassDescriptor. |
java.lang.String |
getXMLName()
Returns the XML Name for the Class being described. |
java.lang.String |
toString()
Returns the String representation of this XMLClassDescriptor |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public CenturyDescriptor()
Method Detail |
public XMLFieldDescriptor[] getAttributeDescriptors()
public XMLFieldDescriptor getContentDescriptor()
public XMLFieldDescriptor[] getElementDescriptors()
public XMLFieldDescriptor getFieldDescriptor(java.lang.String name, NodeType nodeType)
name
- the xml name to match againstnodeType,
- the NodeType to match against, or null if
the node type is not known.public java.lang.String getNameSpacePrefix()
public java.lang.String getNameSpaceURI()
public TypeValidator getValidator()
public java.lang.String getXMLName()
public java.lang.String toString()
public java.lang.Class getJavaClass()
public FieldDescriptor[] getFields()
public ClassDescriptor getExtends()
public FieldDescriptor getIdentity()
public AccessMode getAccessMode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |