public enum SoapVersion extends Enum<SoapVersion>
Modifier and Type | Method and Description |
---|---|
String |
getVersion() |
static SoapVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoapVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoapVersion SOAP_11
public static final SoapVersion SOAP_12
public static SoapVersion[] values()
for (SoapVersion c : SoapVersion.values()) System.out.println(c);
public static SoapVersion 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 nullpublic String getVersion()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.