public enum DataScrollerControlsMode extends Enum<DataScrollerControlsMode>
Modifier and Type | Field and Description |
---|---|
static DataScrollerControlsMode |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static DataScrollerControlsMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataScrollerControlsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataScrollerControlsMode show
public static final DataScrollerControlsMode auto
public static final DataScrollerControlsMode hide
public static final DataScrollerControlsMode DEFAULT
public static DataScrollerControlsMode[] values()
for (DataScrollerControlsMode c : DataScrollerControlsMode.values()) System.out.println(c);
public static DataScrollerControlsMode 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 © 2014 JBoss by Red Hat. All Rights Reserved.