|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AddeEntry.EntrySource>
edu.wisc.ssec.mcidasv.servermanager.AddeEntry.EntrySource
public static enum AddeEntry.EntrySource
Where did this entry come from?
Enum Constant Summary | |
---|---|
INVALID
Represents an "invalid" EntrySource . |
|
MCTABLE
Entry was imported from a MCTABLE file. |
|
SYSTEM
Entry originated from McIDAS-V. |
|
USER
Entry was added by the user. |
Method Summary | |
---|---|
static AddeEntry.EntrySource |
fromStr(String str)
|
static String |
toStr(AddeEntry.EntrySource source)
|
static AddeEntry.EntrySource |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AddeEntry.EntrySource[] |
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.EntrySource SYSTEM
public static final AddeEntry.EntrySource MCTABLE
public static final AddeEntry.EntrySource USER
public static final AddeEntry.EntrySource INVALID
EntrySource
. Useful for
invalid entry objects (RemoteAddeEntry.INVALID_ENTRY
and
LocalAddeEntry.INVALID_ENTRY
).
Method Detail |
---|
public static AddeEntry.EntrySource[] values()
for (AddeEntry.EntrySource c : AddeEntry.EntrySource.values()) System.out.println(c);
public static AddeEntry.EntrySource 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.EntrySource fromStr(String str)
public static String toStr(AddeEntry.EntrySource source)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |