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