public static enum RuleKeyHasher.Wrapper extends Enum<RuleKeyHasher.Wrapper>
Enum Constant and Description |
---|
ACTION |
APPENDABLE |
BUILD_RULE |
EITHER_LEFT |
EITHER_RIGHT |
OPTIONAL |
SUPPLIER |
Modifier and Type | Method and Description |
---|---|
static RuleKeyHasher.Wrapper |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleKeyHasher.Wrapper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleKeyHasher.Wrapper SUPPLIER
public static final RuleKeyHasher.Wrapper OPTIONAL
public static final RuleKeyHasher.Wrapper EITHER_LEFT
public static final RuleKeyHasher.Wrapper EITHER_RIGHT
public static final RuleKeyHasher.Wrapper ACTION
public static final RuleKeyHasher.Wrapper BUILD_RULE
public static final RuleKeyHasher.Wrapper APPENDABLE
public static RuleKeyHasher.Wrapper[] values()
for (RuleKeyHasher.Wrapper c : RuleKeyHasher.Wrapper.values()) System.out.println(c);
public static RuleKeyHasher.Wrapper 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