|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AddeEntry.EditorAction>
edu.wisc.ssec.mcidasv.servermanager.AddeEntry.EditorAction
public static enum AddeEntry.EditorAction
Represents the possible actions that an ADDE editor can perform.
Enum Constant Summary | |
---|---|
ADDED
Created a new entry; hasn't been verified. |
|
ADDED_VERIFIED
Created a new, verified entry. |
|
CANCELLED
Canceled out of creating or editing an entry. |
|
EDITED
Updated an existing entry without verifying changes. |
|
EDITED_VERIFIED
Updated an entry and verified the changes. |
|
INVALID
Editor GUI performed some "invalid" action. |
|
VERIFIED
Verified the contents of the editor GUI. |
Method Summary | |
---|---|
static AddeEntry.EditorAction |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AddeEntry.EditorAction[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 AddeEntry.EditorAction ADDED
public static final AddeEntry.EditorAction CANCELLED
public static final AddeEntry.EditorAction VERIFIED
public static final AddeEntry.EditorAction ADDED_VERIFIED
public static final AddeEntry.EditorAction EDITED
public static final AddeEntry.EditorAction EDITED_VERIFIED
public static final AddeEntry.EditorAction INVALID
Method Detail |
---|
public static AddeEntry.EditorAction[] values()
for (AddeEntry.EditorAction c : AddeEntry.EditorAction.values()) System.out.println(c);
public static AddeEntry.EditorAction valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |