public class BindXmlNodeType
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Enumeration |
enumerate()
Method enumerate
Returns an enumeration of all possible instances of
BindXmlNodeType
|
int |
getType()
Method getType
Returns the type of this BindXmlNodeType
|
java.lang.String |
toString()
Method toString
Returns the String representation of this BindXmlNodeType
|
static BindXmlNodeType |
valueOf(java.lang.String string)
Method valueOf
Returns a new BindXmlNodeType based on the given String
value.
|
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
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString in class java.lang.Objectpublic static BindXmlNodeType valueOf(java.lang.String string)
string - Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com