Public Member Functions | |
| int | getType () |
| java.lang.String | toString () |
Static Public Member Functions | |
| static java.util.Enumeration | enumerate () |
| static org.exolab.castor.mapping.xml.types.BindXmlNodeType | valueOf (java.lang.String string) |
Static Public Attributes | |
| static final int | ATTRIBUTE_TYPE = 0 |
| static final BindXmlNodeType | ATTRIBUTE = new BindXmlNodeType(ATTRIBUTE_TYPE, "attribute") |
| static final int | ELEMENT_TYPE = 1 |
| static final BindXmlNodeType | ELEMENT = new BindXmlNodeType(ELEMENT_TYPE, "element") |
| static final int | NAMESPACE_TYPE = 2 |
| static final BindXmlNodeType | NAMESPACE = new BindXmlNodeType(NAMESPACE_TYPE, "namespace") |
| static final int | TEXT_TYPE = 3 |
| static final BindXmlNodeType | TEXT = new BindXmlNodeType(TEXT_TYPE, "text") |
| static java.util.Enumeration org.exolab.castor.mapping.xml.types.BindXmlNodeType.enumerate | ( | ) | [static] |
Returns an enumeration of all possible instances of BindXmlNodeType
| int org.exolab.castor.mapping.xml.types.BindXmlNodeType.getType | ( | ) |
Returns the type of this BindXmlNodeType
| java.lang.String org.exolab.castor.mapping.xml.types.BindXmlNodeType.toString | ( | ) |
Returns the String representation of this BindXmlNodeType
| static org.exolab.castor.mapping.xml.types.BindXmlNodeType org.exolab.castor.mapping.xml.types.BindXmlNodeType.valueOf | ( | java.lang.String | string | ) | [static] |
Returns a new BindXmlNodeType based on the given String value.
| string |
final BindXmlNodeType org.exolab.castor.mapping.xml.types.BindXmlNodeType.ATTRIBUTE = new BindXmlNodeType(ATTRIBUTE_TYPE, "attribute") [static] |
The instance of the attribute type
final int org.exolab.castor.mapping.xml.types.BindXmlNodeType.ATTRIBUTE_TYPE = 0 [static] |
The attribute type
final BindXmlNodeType org.exolab.castor.mapping.xml.types.BindXmlNodeType.ELEMENT = new BindXmlNodeType(ELEMENT_TYPE, "element") [static] |
The instance of the element type
final int org.exolab.castor.mapping.xml.types.BindXmlNodeType.ELEMENT_TYPE = 1 [static] |
The element type
final BindXmlNodeType org.exolab.castor.mapping.xml.types.BindXmlNodeType.NAMESPACE = new BindXmlNodeType(NAMESPACE_TYPE, "namespace") [static] |
The instance of the namespace type
final int org.exolab.castor.mapping.xml.types.BindXmlNodeType.NAMESPACE_TYPE = 2 [static] |
The namespace type
final BindXmlNodeType org.exolab.castor.mapping.xml.types.BindXmlNodeType.TEXT = new BindXmlNodeType(TEXT_TYPE, "text") [static] |
The instance of the text type
final int org.exolab.castor.mapping.xml.types.BindXmlNodeType.TEXT_TYPE = 3 [static] |
The text type
1.7.0