public static enum SectionsSelector.EVENTS extends Enum<SectionsSelector.EVENTS>
| Enum Constant and Description |
|---|
ADDED |
REMOVED |
SECTION_CHANGED |
SECTION_CHANGEING |
UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static SectionsSelector.EVENTS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SectionsSelector.EVENTS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SectionsSelector.EVENTS SECTION_CHANGEING
public static final SectionsSelector.EVENTS SECTION_CHANGED
public static final SectionsSelector.EVENTS ADDED
public static final SectionsSelector.EVENTS REMOVED
public static final SectionsSelector.EVENTS UPDATED
public static SectionsSelector.EVENTS[] values()
for (SectionsSelector.EVENTS c : SectionsSelector.EVENTS.values()) System.out.println(c);
public static SectionsSelector.EVENTS 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 © 2015. All rights reserved.