|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AddeEntry.EntryValidity>
edu.wisc.ssec.mcidasv.servermanager.AddeEntry.EntryValidity
public static enum AddeEntry.EntryValidity
Sort of a "misc" status field...
Enum Constant Summary | |
---|---|
DELETED
User has elected to remove this entry. |
|
INVALID
Entry is invalid in some way. |
|
UNVERIFIED
Unknown whether or not this entry actually works. |
|
VALIDATING
Entry is being checked for validity. |
|
VERIFIED
Entry has been verified by connecting to the server. |
Method Summary | |
---|---|
static AddeEntry.EntryValidity |
fromStr(String str)
|
static String |
toStr(AddeEntry.EntryValidity validity)
|
static AddeEntry.EntryValidity |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AddeEntry.EntryValidity[] |
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.EntryValidity VERIFIED
public static final AddeEntry.EntryValidity UNVERIFIED
public static final AddeEntry.EntryValidity VALIDATING
public static final AddeEntry.EntryValidity DELETED
public static final AddeEntry.EntryValidity INVALID
Method Detail |
---|
public static AddeEntry.EntryValidity[] values()
for (AddeEntry.EntryValidity c : AddeEntry.EntryValidity.values()) System.out.println(c);
public static AddeEntry.EntryValidity 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.EntryValidity fromStr(String str)
public static String toStr(AddeEntry.EntryValidity validity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |