public enum PredefinedPolicySituaion extends Enum<PredefinedPolicySituaion>
Enum Constant and Description |
---|
ASSIGNED |
EXCLUSION_VIOLATION |
MODIFIED |
OVERASSIGNED |
UNDERASSIGNED |
Modifier and Type | Method and Description |
---|---|
static PredefinedPolicySituaion |
get(PolicyConstraintKindType constraintKind) |
PolicyConstraintKindType |
getConstraintKind() |
String |
getUrl() |
static PredefinedPolicySituaion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredefinedPolicySituaion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PredefinedPolicySituaion EXCLUSION_VIOLATION
public static final PredefinedPolicySituaion UNDERASSIGNED
public static final PredefinedPolicySituaion OVERASSIGNED
public static final PredefinedPolicySituaion MODIFIED
public static final PredefinedPolicySituaion ASSIGNED
public static PredefinedPolicySituaion[] values()
for (PredefinedPolicySituaion c : PredefinedPolicySituaion.values()) System.out.println(c);
public static PredefinedPolicySituaion 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 getUrl()
public PolicyConstraintKindType getConstraintKind()
public static PredefinedPolicySituaion get(PolicyConstraintKindType constraintKind)
Copyright © 2017 Evolveum. All rights reserved.