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