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