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