public static enum Configuration.SOAP_SPEC extends java.lang.Enum<Configuration.SOAP_SPEC>
| Modifier and Type | Method and Description |
|---|---|
static Configuration.SOAP_SPEC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.SOAP_SPEC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Configuration.SOAP_SPEC SOAP_1_1
public static final Configuration.SOAP_SPEC SOAP_1_2
public static Configuration.SOAP_SPEC[] values()
for (Configuration.SOAP_SPEC c : Configuration.SOAP_SPEC.values()) System.out.println(c);
public static Configuration.SOAP_SPEC 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 nullCopyright © 2018 TIBCO Software Inc. All Rights Reserved.