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