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