protected static enum ComponentTranslationPanel.TranslationState extends java.lang.Enum<ComponentTranslationPanel.TranslationState>
| Enum Constant and Description |
|---|
NotDefined |
Pending |
Translated |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue() |
static ComponentTranslationPanel.TranslationState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComponentTranslationPanel.TranslationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentTranslationPanel.TranslationState NotDefined
public static final ComponentTranslationPanel.TranslationState Pending
public static final ComponentTranslationPanel.TranslationState Translated
public static ComponentTranslationPanel.TranslationState[] values()
for (ComponentTranslationPanel.TranslationState c : ComponentTranslationPanel.TranslationState.values()) System.out.println(c);
public static ComponentTranslationPanel.TranslationState 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 int getIntValue()