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