|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AskAddTranslationMessageBox.AskResult>
net.docliff.models.applicationmodel.guimodel.editor.AskAddTranslationMessageBox.AskResult
public static enum AskAddTranslationMessageBox.AskResult
| Enum Constant Summary | |
|---|---|
ADD
Add to chosen MUL |
|
CANCEL
no action |
|
FALSE
if nothing was done or the method not called |
|
NO
approve, but do not save |
|
REPLACE
REPLACE in chosen MUL |
|
TRUE
if success |
|
| Method Summary | |
|---|---|
static AskAddTranslationMessageBox.AskResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AskAddTranslationMessageBox.AskResult[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AskAddTranslationMessageBox.AskResult NO
public static final AskAddTranslationMessageBox.AskResult ADD
public static final AskAddTranslationMessageBox.AskResult REPLACE
public static final AskAddTranslationMessageBox.AskResult CANCEL
public static final AskAddTranslationMessageBox.AskResult FALSE
public static final AskAddTranslationMessageBox.AskResult TRUE
| Method Detail |
|---|
public static AskAddTranslationMessageBox.AskResult[] values()
for (AskAddTranslationMessageBox.AskResult c : AskAddTranslationMessageBox.AskResult.values()) System.out.println(c);
public static AskAddTranslationMessageBox.AskResult 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 name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||