public enum BindingType extends Enum<BindingType>
| Modifier and Type | Method and Description |
|---|---|
static BindingType |
fromValue(String v) |
String |
getValue() |
static BindingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BindingType SOAP11
public static final BindingType SOAP12
public static final BindingType JAXRS
public static final BindingType OTHER
public static BindingType[] values()
for (BindingType c : BindingType.values()) System.out.println(c);
public static BindingType 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 getValue()
public static BindingType fromValue(String v)
Copyright © 2011–2018 Talend Inc.. All rights reserved.