public enum swIndentSelectionState_e extends java.lang.Enum<swIndentSelectionState_e>
Enum Constant and Description |
---|
swIndentSelectionStateKeepSelection |
swIndentSelectionStateRemoveSelection |
Modifier and Type | Method and Description |
---|---|
static swIndentSelectionState_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swIndentSelectionState_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swIndentSelectionState_e swIndentSelectionStateKeepSelection
public static final swIndentSelectionState_e swIndentSelectionStateRemoveSelection
public static swIndentSelectionState_e[] values()
for (swIndentSelectionState_e c : swIndentSelectionState_e.values()) System.out.println(c);
public static swIndentSelectionState_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