|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Parameter.ExpertMode>
de.unihalle.informatik.Alida.annotations.Parameter.ExpertMode
public static enum Parameter.ExpertMode
Enumerates the different modes which are defined for a parameter to be shown in automatically generated user interfaces.
Enum Constant Summary | |
---|---|
ADVANCED
Visible for expert users |
|
STANDARD
Visible in standard mode, e.g. for life scientists |
Method Summary | |
---|---|
static Parameter.ExpertMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Parameter.ExpertMode[] |
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 Parameter.ExpertMode ADVANCED
public static final Parameter.ExpertMode STANDARD
Method Detail |
---|
public static Parameter.ExpertMode 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 nullpublic static Parameter.ExpertMode[] values()
for (Parameter.ExpertMode c : Parameter.ExpertMode.values()) System.out.println(c);
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |