java.io.Serializable, java.lang.Comparable<BindXmlNodeType>public enum BindXmlNodeType extends java.lang.Enum<BindXmlNodeType>
| Enum Constant | Description |
|---|---|
ATTRIBUTE |
Constant ATTRIBUTE
|
ELEMENT |
Constant ELEMENT
|
NAMESPACE |
Constant NAMESPACE
|
TEXT |
Constant TEXT
|
| Modifier and Type | Method | Description |
|---|---|---|
static BindXmlNodeType |
fromValue(java.lang.String value) |
Method fromValue.
|
void |
setValue(java.lang.String value) |
|
java.lang.String |
toString() |
Method toString.
|
java.lang.String |
value() |
Method value.
|
static BindXmlNodeType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BindXmlNodeType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BindXmlNodeType ATTRIBUTE
public static final BindXmlNodeType ELEMENT
public static final BindXmlNodeType NAMESPACE
public static final BindXmlNodeType TEXT
public static BindXmlNodeType[] values()
for (BindXmlNodeType c : BindXmlNodeType.values()) System.out.println(c);
public static BindXmlNodeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static BindXmlNodeType fromValue(java.lang.String value)
value - public void setValue(java.lang.String value)
value - public java.lang.String toString()
toString in class java.lang.Enum<BindXmlNodeType>public java.lang.String value()
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com