public static enum ISelectableRecords.SELECTION_MODE extends Enum<ISelectableRecords.SELECTION_MODE>
Enum Constant and Description |
---|
HIDE_SELECTIONS |
INVERT_SELECTIONS |
NO_CHANGE |
SELECT_ALL |
SHOW_ALL |
SHOW_SELECTIONS |
UNSELECT_ALL |
Modifier and Type | Method and Description |
---|---|
static ISelectableRecords.SELECTION_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISelectableRecords.SELECTION_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISelectableRecords.SELECTION_MODE NO_CHANGE
public static final ISelectableRecords.SELECTION_MODE SELECT_ALL
public static final ISelectableRecords.SELECTION_MODE UNSELECT_ALL
public static final ISelectableRecords.SELECTION_MODE INVERT_SELECTIONS
public static final ISelectableRecords.SELECTION_MODE SHOW_ALL
public static final ISelectableRecords.SELECTION_MODE SHOW_SELECTIONS
public static final ISelectableRecords.SELECTION_MODE HIDE_SELECTIONS
public static ISelectableRecords.SELECTION_MODE[] values()
for (ISelectableRecords.SELECTION_MODE c : ISelectableRecords.SELECTION_MODE.values()) System.out.println(c);
public static ISelectableRecords.SELECTION_MODE 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 © 2004–2020 Ideaconsult Ltd.. All rights reserved.