public static enum EditSession.Stage extends Enum<EditSession.Stage>
EditSession.setBlock(Vector, BaseBlock, Stage) to
determine which Extents should be bypassed.| Enum Constant and Description |
|---|
BEFORE_CHANGE |
BEFORE_HISTORY |
BEFORE_REORDER |
| Modifier and Type | Method and Description |
|---|---|
static EditSession.Stage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditSession.Stage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditSession.Stage BEFORE_HISTORY
public static final EditSession.Stage BEFORE_REORDER
public static final EditSession.Stage BEFORE_CHANGE
public static EditSession.Stage[] values()
for (EditSession.Stage c : EditSession.Stage.values()) System.out.println(c);
public static EditSession.Stage 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-2014. All Rights Reserved.