|
||||||||||
| 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
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 Enumeration<? extends Object> |
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. |
| 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 Enumeration<? extends Object> enumerate()
public int getType()
public String toString()
toString in class Objectpublic static BindXmlNodeType valueOf(String string)
string -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||