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