public enum ResetReductionRuleType extends java.lang.Enum<ResetReductionRuleType>
Enum Constant and Description |
---|
DEAR |
ELTR |
FESR |
FPPR |
FPTR |
FSPR |
FSTR |
Modifier and Type | Method and Description |
---|---|
ResetReductionRule |
getRule() |
static ResetReductionRuleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResetReductionRuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResetReductionRuleType FSPR
public static final ResetReductionRuleType FSTR
public static final ResetReductionRuleType FPPR
public static final ResetReductionRuleType FPTR
public static final ResetReductionRuleType DEAR
public static final ResetReductionRuleType ELTR
public static final ResetReductionRuleType FESR
public static ResetReductionRuleType[] values()
for (ResetReductionRuleType c : ResetReductionRuleType.values()) System.out.println(c);
public static ResetReductionRuleType 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 ResetReductionRule getRule()