|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ALDOperator.HidingMode>
de.unihalle.informatik.Alida.operator.ALDOperator.HidingMode
public static enum ALDOperator.HidingMode
Determines the visibility of an operator invocation via runOp()
in
the processing history.
Enum Constant Summary | |
---|---|
HIDDEN
hide this invocation, i.e. the corresponding opnode, form the history as well as all children, i.e. nested calls of further operators |
|
HIDE_CHILDREN
the invocation is visible, but all children, i.e. nested invocations of further operators, are hidden |
|
VISIBLE
visible in the history |
Method Summary | |
---|---|
static ALDOperator.HidingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ALDOperator.HidingMode[] |
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 ALDOperator.HidingMode VISIBLE
public static final ALDOperator.HidingMode HIDDEN
public static final ALDOperator.HidingMode HIDE_CHILDREN
Method Detail |
---|
public static ALDOperator.HidingMode[] values()
for (ALDOperator.HidingMode c : ALDOperator.HidingMode.values()) System.out.println(c);
public static ALDOperator.HidingMode 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 null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |