public static enum GDD_Parameter.SetCurrentDefaultInstruction.Flag extends java.lang.Enum<GDD_Parameter.SetCurrentDefaultInstruction.Flag>
| Enum Constant and Description |
|---|
UseStandardDefault |
UseValuesAsSpecified |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static GDD_Parameter.SetCurrentDefaultInstruction.Flag |
valueOf(byte code) |
static GDD_Parameter.SetCurrentDefaultInstruction.Flag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GDD_Parameter.SetCurrentDefaultInstruction.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GDD_Parameter.SetCurrentDefaultInstruction.Flag UseStandardDefault
public static final GDD_Parameter.SetCurrentDefaultInstruction.Flag UseValuesAsSpecified
public static GDD_Parameter.SetCurrentDefaultInstruction.Flag[] values()
for (GDD_Parameter.SetCurrentDefaultInstruction.Flag c : GDD_Parameter.SetCurrentDefaultInstruction.Flag.values()) System.out.println(c);
public static GDD_Parameter.SetCurrentDefaultInstruction.Flag 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 nullpublic static GDD_Parameter.SetCurrentDefaultInstruction.Flag valueOf(byte code)
public int toByte()