public static enum Policy.Characteristic extends Enum<Policy.Characteristic>
| Enum Constant and Description |
|---|
WEIGHTED |
| Modifier and Type | Method and Description |
|---|---|
static Policy.Characteristic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Policy.Characteristic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Policy.Characteristic WEIGHTED
public static Policy.Characteristic[] values()
for (Policy.Characteristic c : Policy.Characteristic.values()) System.out.println(c);
public static Policy.Characteristic valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null