|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AddeEntry.EntryStatus>
edu.wisc.ssec.mcidasv.servermanager.AddeEntry.EntryStatus
public static enum AddeEntry.EntryStatus
Has the user elected to disable this entry from appearing in its relevant chooser?
Enum Constant Summary | |
---|---|
DISABLED
Entry is valid and toggled off. |
|
ENABLED
Entry is valid and toggled on. |
|
INVALID
Something is wrong with this entry. |
Method Summary | |
---|---|
static AddeEntry.EntryStatus |
fromStr(String str)
|
static String |
toStr(AddeEntry.EntryType type)
|
static AddeEntry.EntryStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AddeEntry.EntryStatus[] |
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.EntryStatus ENABLED
public static final AddeEntry.EntryStatus DISABLED
public static final AddeEntry.EntryStatus INVALID
Method Detail |
---|
public static AddeEntry.EntryStatus[] values()
for (AddeEntry.EntryStatus c : AddeEntry.EntryStatus.values()) System.out.println(c);
public static AddeEntry.EntryStatus 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 nullpublic static AddeEntry.EntryStatus fromStr(String str)
public static String toStr(AddeEntry.EntryType type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |