org.exolab.castor.mapping.xml.types
public class BindXmlNodeType extends Object implements Serializable
Version: $Revision: 6075 $ $Date: 2006-01-07 15:48:31 -0700 (Sat, 07 Jan 2006) $
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()
Method enumerate
Returns an enumeration of all possible instances of
BindXmlNodeType
|
int | getType()
Method getType
Returns the type of this BindXmlNodeType
|
String | toString()
Method toString
Returns the String representation of this BindXmlNodeType
|
static BindXmlNodeType | valueOf(String string)
Method valueOf
Returns a new BindXmlNodeType based on the given String
value.
|
Returns: Enumeration
Returns: int
Returns: String
Parameters: string
Returns: BindXmlNodeType