public enum EnumCV_ActionsWithConsumables extends java.lang.Enum<EnumCV_ActionsWithConsumables>
| Enum Constant and Description |
|---|
CONSUMABLE_RETURNED_TO_INVENTORY_122077 |
CONSUMABLE_TAKEN_FROM_INVENTORY_122076 |
CONSUMABLE_UNUSABLE_122079 |
REMAINING_CONSUMABLE_DISPOSED_122078 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ActionsWithConsumables |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ActionsWithConsumables[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ActionsWithConsumables CONSUMABLE_TAKEN_FROM_INVENTORY_122076
public static final EnumCV_ActionsWithConsumables CONSUMABLE_RETURNED_TO_INVENTORY_122077
public static final EnumCV_ActionsWithConsumables REMAINING_CONSUMABLE_DISPOSED_122078
public static final EnumCV_ActionsWithConsumables CONSUMABLE_UNUSABLE_122079
public static EnumCV_ActionsWithConsumables[] values()
for (EnumCV_ActionsWithConsumables c : EnumCV_ActionsWithConsumables.values()) System.out.println(c);
public static EnumCV_ActionsWithConsumables 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 java.lang.String getValue()