public static enum DataScroller.DataScrollerSwitchButton extends Enum<DataScroller.DataScrollerSwitchButton>
Enum Constant and Description |
---|
FAST_FORWARD |
FAST_REWIND |
FIRST |
LAST |
NEXT |
PREVIOUS |
Modifier and Type | Method and Description |
---|---|
static DataScroller.DataScrollerSwitchButton |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataScroller.DataScrollerSwitchButton[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataScroller.DataScrollerSwitchButton FIRST
public static final DataScroller.DataScrollerSwitchButton FAST_REWIND
public static final DataScroller.DataScrollerSwitchButton PREVIOUS
public static final DataScroller.DataScrollerSwitchButton NEXT
public static final DataScroller.DataScrollerSwitchButton FAST_FORWARD
public static final DataScroller.DataScrollerSwitchButton LAST
public static DataScroller.DataScrollerSwitchButton[] values()
for (DataScroller.DataScrollerSwitchButton c : DataScroller.DataScrollerSwitchButton.values()) System.out.println(c);
public static DataScroller.DataScrollerSwitchButton 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 JBoss by Red Hat. All Rights Reserved.