public static enum CfgAssertStatement.Severity extends java.lang.Enum<CfgAssertStatement.Severity>
Modifier and Type | Method and Description |
---|---|
static CfgAssertStatement.Severity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CfgAssertStatement.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CfgAssertStatement.Severity NOTE
public static final CfgAssertStatement.Severity WARNING
public static final CfgAssertStatement.Severity ERROR
public static final CfgAssertStatement.Severity FAILURE
public static CfgAssertStatement.Severity[] values()
for (CfgAssertStatement.Severity c : CfgAssertStatement.Severity.values()) System.out.println(c);
public static CfgAssertStatement.Severity 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 null