com.softwareag.centrasite.policy.model
Class AssertionType

java.lang.Object
  extended by org.apache.commons.lang.enums.Enum
      extended by 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

Field Summary
static AssertionType AXIOMATIC
           
static AssertionType MANUAL
           
static AssertionType PROGRAMMATIC
           
 
Method Summary
static AssertionType getEnum(java.lang.String value)
           
static java.util.List getEnumList()
           
static java.util.Map getEnumMap()
           
static java.util.Iterator iterator()
           
 
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
 

Field Detail

PROGRAMMATIC

public static final AssertionType PROGRAMMATIC

MANUAL

public static final AssertionType MANUAL

AXIOMATIC

public static final AssertionType AXIOMATIC
Method Detail

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)