public static enum FormulaStep.FormulaStepType extends java.lang.Enum<FormulaStep.FormulaStepType>
Enum Constant and Description |
---|
BULK_DISPENSE |
COLLATION |
CONTAINER_CHANGE |
KEY_ENTRY |
MESSAGE |
OPTIONAL |
PRODUCT_COMPONENT |
PRODUCT_PACKAGING |
QUESTION |
REVISE |
SCAN |
SUBMIX |
SUSPEND |
WEIGH |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
getBatchTypes() |
int |
getInt() |
static java.lang.Object[] |
getProductTypes() |
static FormulaStep.FormulaStepType |
parse(int type) |
java.lang.String |
toString() |
static FormulaStep.FormulaStepType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormulaStep.FormulaStepType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormulaStep.FormulaStepType WEIGH
public static final FormulaStep.FormulaStepType KEY_ENTRY
public static final FormulaStep.FormulaStepType QUESTION
public static final FormulaStep.FormulaStepType MESSAGE
public static final FormulaStep.FormulaStepType CONTAINER_CHANGE
public static final FormulaStep.FormulaStepType PRODUCT_COMPONENT
public static final FormulaStep.FormulaStepType PRODUCT_PACKAGING
public static final FormulaStep.FormulaStepType SUBMIX
public static final FormulaStep.FormulaStepType COLLATION
public static final FormulaStep.FormulaStepType BULK_DISPENSE
public static final FormulaStep.FormulaStepType OPTIONAL
public static final FormulaStep.FormulaStepType SCAN
public static final FormulaStep.FormulaStepType REVISE
public static final FormulaStep.FormulaStepType SUSPEND
public static FormulaStep.FormulaStepType[] values()
for (FormulaStep.FormulaStepType c : FormulaStep.FormulaStepType.values()) System.out.println(c);
public static FormulaStep.FormulaStepType 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 FormulaStep.FormulaStepType parse(int type)
public java.lang.String toString()
toString
in class java.lang.Enum<FormulaStep.FormulaStepType>
public int getInt()
public static java.lang.Object[] getBatchTypes()
public static java.lang.Object[] getProductTypes()