public static enum RuleKeyCalculationEvent.Type extends Enum<RuleKeyCalculationEvent.Type>
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
static RuleKeyCalculationEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleKeyCalculationEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleKeyCalculationEvent.Type NORMAL
public static final RuleKeyCalculationEvent.Type INPUT
public static final RuleKeyCalculationEvent.Type DEP_FILE
public static final RuleKeyCalculationEvent.Type MANIFEST
public static RuleKeyCalculationEvent.Type[] values()
for (RuleKeyCalculationEvent.Type c : RuleKeyCalculationEvent.Type.values()) System.out.println(c);
public static RuleKeyCalculationEvent.Type 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 nullpublic String getCategory()