public static enum WSDLConstants.WSDLVersion extends Enum<WSDLConstants.WSDLVersion>
Modifier and Type | Method and Description |
---|---|
static WSDLConstants.WSDLVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WSDLConstants.WSDLVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WSDLConstants.WSDLVersion WSDL11
public static final WSDLConstants.WSDLVersion WSDL20
public static final WSDLConstants.WSDLVersion UNKNOWN
public static WSDLConstants.WSDLVersion[] values()
for (WSDLConstants.WSDLVersion c : WSDLConstants.WSDLVersion.values()) System.out.println(c);
public static WSDLConstants.WSDLVersion 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 nullApache CXF