org.exolab.castor.mapping.xml.types
public class BindXmlNodeType extends Object implements Serializable
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:38 $
| Field Summary | |
|---|---|
| static BindXmlNodeType | ATTRIBUTE
The instance of the attribute type
|
| static int | ATTRIBUTE_TYPE
The attribute type
|
| static BindXmlNodeType | ELEMENT
The instance of the element type
|
| static int | ELEMENT_TYPE
The element type
|
| static BindXmlNodeType | NAMESPACE
The instance of the namespace type
|
| static int | NAMESPACE_TYPE
The namespace type
|
| static BindXmlNodeType | TEXT
The instance of the text type
|
| static int | TEXT_TYPE
The text type
|
| Method Summary | |
|---|---|
| static Enumeration | enumerate()
Returns an enumeration of all possible instances of
BindXmlNodeType
|
| int | getType()
Returns the type of this BindXmlNodeType
|
| String | toString()
Returns the String representation of this BindXmlNodeType
|
| static BindXmlNodeType | valueOf(String string)
Returns a new BindXmlNodeType based on the given String
value.
|
Parameters: string