public static enum CLIParameters.PSEUDO_TRANSLATE_TYPE extends java.lang.Enum<CLIParameters.PSEUDO_TRANSLATE_TYPE>
CLIParameters.PSEUDOTRANSLATETYPE
.Modifier and Type | Method and Description |
---|---|
static CLIParameters.PSEUDO_TRANSLATE_TYPE |
parse(java.lang.String s) |
static CLIParameters.PSEUDO_TRANSLATE_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CLIParameters.PSEUDO_TRANSLATE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CLIParameters.PSEUDO_TRANSLATE_TYPE EQUAL
public static final CLIParameters.PSEUDO_TRANSLATE_TYPE EMPTY
public static CLIParameters.PSEUDO_TRANSLATE_TYPE[] values()
for (CLIParameters.PSEUDO_TRANSLATE_TYPE c : CLIParameters.PSEUDO_TRANSLATE_TYPE.values()) System.out.println(c);
public static CLIParameters.PSEUDO_TRANSLATE_TYPE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static CLIParameters.PSEUDO_TRANSLATE_TYPE parse(java.lang.String s)