public final class AssertionType
extends org.apache.commons.lang.enums.Enum
Modifier and Type | Field and Description |
---|---|
static AssertionType |
AXIOMATIC |
static AssertionType |
MANUAL |
static AssertionType |
PROGRAMMATIC |
Modifier and Type | Method and Description |
---|---|
static AssertionType |
getEnum(java.lang.String value)
Returns the
AssertionType for the given value. |
static java.util.List |
getEnumList()
Returns the enum list for the AssertionType.
|
static java.util.Map |
getEnumMap()
Returns the enum map for the AssertionType.
|
static java.util.Iterator |
iterator()
Returns the
Iterator for the AssertionType. |
public static final AssertionType PROGRAMMATIC
public static final AssertionType MANUAL
public static final AssertionType AXIOMATIC
public static java.util.Map getEnumMap()
Map
public static java.util.List getEnumList()
List
public static java.util.Iterator iterator()
Iterator
for the AssertionType.Iterator
objectpublic static AssertionType getEnum(java.lang.String value)
AssertionType
for the given value.value
- of type String