public enum AEPlevel extends Enum<AEPlevel>
Modifier and Type | Method and Description |
---|---|
static AEPlevel |
fromAEPLevelType(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentPolicyEnforcementType type) |
String |
getLocalizationKey() |
static com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentPolicyEnforcementType |
toAEPValueType(AEPlevel level) |
static AEPlevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AEPlevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AEPlevel NONE
public static final AEPlevel POSITIVE
public static final AEPlevel LEGALIZE
public static final AEPlevel FULL
public static AEPlevel[] values()
for (AEPlevel c : AEPlevel.values()) System.out.println(c);
public static AEPlevel 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 nullpublic String getLocalizationKey()
public static com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentPolicyEnforcementType toAEPValueType(AEPlevel level)
public static AEPlevel fromAEPLevelType(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentPolicyEnforcementType type)
Copyright © 2016 evolveum. All rights reserved.