public static enum SOAPContent.State extends Enum<SOAPContent.State>
| Enum Constant and Description |
|---|
DOM_VALID |
OBJECT_VALID |
XML_VALID |
| Modifier and Type | Method and Description |
|---|---|
static SOAPContent.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SOAPContent.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SOAPContent.State OBJECT_VALID
public static final SOAPContent.State XML_VALID
public static final SOAPContent.State DOM_VALID
public static SOAPContent.State[] values()
for (SOAPContent.State c : SOAPContent.State.values()) System.out.println(c);
public static SOAPContent.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2013 JBoss, by Red Hat. All Rights Reserved.