public static enum WSDLValidatorElement.State extends Enum<WSDLValidatorElement.State>
Enum Constant and Description |
---|
ERROR |
NOT_RECOGNIZED |
NOT_SUPPORTED |
SUPPORTED |
Modifier and Type | Method and Description |
---|---|
static WSDLValidatorElement.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WSDLValidatorElement.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WSDLValidatorElement.State NOT_RECOGNIZED
public static final WSDLValidatorElement.State SUPPORTED
public static final WSDLValidatorElement.State NOT_SUPPORTED
public static final WSDLValidatorElement.State ERROR
public static WSDLValidatorElement.State[] values()
for (WSDLValidatorElement.State c : WSDLValidatorElement.State.values()) System.out.println(c);
public static WSDLValidatorElement.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 © 2004-2015 The Apache Software Foundation. All Rights Reserved.