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