|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.mapping.xml.types.BindXmlNodeType
public class BindXmlNodeType
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 java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of BindXmlNodeType |
int |
getType()
Returns the type of this BindXmlNodeType |
java.lang.String |
toString()
Returns the String representation of this BindXmlNodeType |
static BindXmlNodeType |
valueOf(java.lang.String string)
Returns a new BindXmlNodeType based on the given String value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ATTRIBUTE_TYPE
public static final BindXmlNodeType ATTRIBUTE
public static final int ELEMENT_TYPE
public static final BindXmlNodeType ELEMENT
public static final int NAMESPACE_TYPE
public static final BindXmlNodeType NAMESPACE
public static final int TEXT_TYPE
public static final BindXmlNodeType TEXT
Method Detail |
---|
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static BindXmlNodeType valueOf(java.lang.String string)
string
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |