java.io.Serializable, java.lang.Comparable<Binding.Type>public static enum Binding.Type extends java.lang.Enum<Binding.Type>
| Enum Constant | Description |
|---|---|
SOAP11 |
Deprecated.
|
SOAP12 |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Binding.Type |
valueOf(java.lang.String name) |
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Binding.Type[] |
values() |
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Binding.Type SOAP11
public static final Binding.Type SOAP12
public static Binding.Type[] values()
for (Binding.Type c : Binding.Type.values()) System.out.println(c);
public static Binding.Type 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 null