public static enum Assertion.Inactive.Type extends Enum<Assertion.Inactive.Type>
| Enum Constant and Description |
|---|
DISABLED |
POSTPONED |
TODO |
UNTESTABLE |
| Modifier and Type | Method and Description |
|---|---|
static Assertion.Inactive.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Assertion.Inactive.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Assertion.Inactive.Type POSTPONED
public static final Assertion.Inactive.Type TODO
public static final Assertion.Inactive.Type DISABLED
public static final Assertion.Inactive.Type UNTESTABLE
public static Assertion.Inactive.Type[] values()
for (Assertion.Inactive.Type c : Assertion.Inactive.Type.values()) System.out.println(c);
public static Assertion.Inactive.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 nullCopyright © 2003-2018 GateIn. All Rights Reserved.