public static enum WSMethod.ExtractType extends Enum<WSMethod.ExtractType>
| Modifier and Type | Method and Description |
|---|---|
static WSMethod.ExtractType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WSMethod.ExtractType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WSMethod.ExtractType String
public static final WSMethod.ExtractType Node
public static WSMethod.ExtractType[] values()
for (WSMethod.ExtractType c : WSMethod.ExtractType.values()) System.out.println(c);
public static WSMethod.ExtractType 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 © 2017. All Rights Reserved.