public static enum Translate2EndpointBuilderFactory.Translate2Operations extends Enum<Translate2EndpointBuilderFactory.Translate2Operations>
org.apache.camel.component.aws2.translate.Translate2Operations enum.| Enum Constant and Description |
|---|
translateText |
| Modifier and Type | Method and Description |
|---|---|
static Translate2EndpointBuilderFactory.Translate2Operations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Translate2EndpointBuilderFactory.Translate2Operations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Translate2EndpointBuilderFactory.Translate2Operations translateText
public static Translate2EndpointBuilderFactory.Translate2Operations[] values()
for (Translate2EndpointBuilderFactory.Translate2Operations c : Translate2EndpointBuilderFactory.Translate2Operations.values()) System.out.println(c);
public static Translate2EndpointBuilderFactory.Translate2Operations 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 nullApache Camel