|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TunableValidator.ValidationState>
org.cytoscape.work.TunableValidator.ValidationState
public static enum TunableValidator.ValidationState
This is what the TunableValidator can return.
Enum Constant Summary | |
---|---|
INVALID
The input is invalid. |
|
OK
The input is valid. |
|
REQUEST_CONFIRMATION
Request confirmation from the user. |
Method Summary | |
---|---|
static TunableValidator.ValidationState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TunableValidator.ValidationState[] |
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 TunableValidator.ValidationState INVALID
public static final TunableValidator.ValidationState OK
public static final TunableValidator.ValidationState REQUEST_CONFIRMATION
Method Detail |
---|
public static TunableValidator.ValidationState[] values()
for (TunableValidator.ValidationState c : TunableValidator.ValidationState.values()) System.out.println(c);
public static TunableValidator.ValidationState 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
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |