com.softwareag.centrasite.policy.model
Class AssertionType
java.lang.Object
org.apache.commons.lang.enums.Enum
com.softwareag.centrasite.policy.model.AssertionType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class AssertionType
- extends org.apache.commons.lang.enums.Enum
Assertion types
- See Also:
- Serialized Form
Methods inherited from class org.apache.commons.lang.enums.Enum |
compareTo, equals, getEnumClass, getName, hashCode, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
PROGRAMMATIC
public static final AssertionType PROGRAMMATIC
MANUAL
public static final AssertionType MANUAL
AXIOMATIC
public static final AssertionType AXIOMATIC
getEnumMap
public static java.util.Map getEnumMap()
getEnumList
public static java.util.List getEnumList()
iterator
public static java.util.Iterator iterator()
getEnum
public static AssertionType getEnum(java.lang.String value)