public static enum ALDOperator.HidingMode extends Enum<ALDOperator.HidingMode>
runOp() in
the processing history.| Enum Constant and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static ALDOperator.HidingMode |
valueOf(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.
|
public static final ALDOperator.HidingMode VISIBLE
public static final ALDOperator.HidingMode HIDDEN
public static final ALDOperator.HidingMode HIDE_CHILDREN
public static ALDOperator.HidingMode[] values()
for (ALDOperator.HidingMode c : ALDOperator.HidingMode.values()) System.out.println(c);
public static ALDOperator.HidingMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.