public enum swMoveRollbackBarTo_e extends java.lang.Enum<swMoveRollbackBarTo_e>
Enum Constant and Description |
---|
swMoveRollbackBarToAfterFeature |
swMoveRollbackBarToBeforeFeature |
swMoveRollbackBarToEnd |
swMoveRollbackBarToPreviousPosition |
Modifier and Type | Method and Description |
---|---|
static swMoveRollbackBarTo_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swMoveRollbackBarTo_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swMoveRollbackBarTo_e swMoveRollbackBarToEnd
public static final swMoveRollbackBarTo_e swMoveRollbackBarToPreviousPosition
public static final swMoveRollbackBarTo_e swMoveRollbackBarToBeforeFeature
public static final swMoveRollbackBarTo_e swMoveRollbackBarToAfterFeature
public static swMoveRollbackBarTo_e[] values()
for (swMoveRollbackBarTo_e c : swMoveRollbackBarTo_e.values()) System.out.println(c);
public static swMoveRollbackBarTo_e 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 namejava.lang.NullPointerException
- if the argument is null