public enum AccessCertificationCampaignStateType extends Enum<AccessCertificationCampaignStateType>
Java class for AccessCertificationCampaignStateType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AccessCertificationCampaignStateType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="created"/> <enumeration value="inReviewStage"/> <enumeration value="reviewStageDone"/> <enumeration value="inRemediation"/> <enumeration value="closed"/> </restriction> </simpleType>
Enum Constant and Description |
---|
CLOSED
Review and possibly remediation is over.
|
CREATED
Campaign was created, but its first stage has not been started yet.
|
IN_REMEDIATION
The last stage was closed, remediation (either automated or manual) is in progress.
|
IN_REVIEW_STAGE
Review is being carried out, in a given stage.
|
REVIEW_STAGE_DONE
A given review stage was done.
|
Modifier and Type | Method and Description |
---|---|
static AccessCertificationCampaignStateType |
fromValue(String v) |
String |
value() |
static AccessCertificationCampaignStateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessCertificationCampaignStateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessCertificationCampaignStateType CREATED
public static final AccessCertificationCampaignStateType IN_REVIEW_STAGE
public static final AccessCertificationCampaignStateType REVIEW_STAGE_DONE
public static final AccessCertificationCampaignStateType IN_REMEDIATION
public static final AccessCertificationCampaignStateType CLOSED
public static AccessCertificationCampaignStateType[] values()
for (AccessCertificationCampaignStateType c : AccessCertificationCampaignStateType.values()) System.out.println(c);
public static AccessCertificationCampaignStateType 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 value()
public static AccessCertificationCampaignStateType fromValue(String v)
Copyright © 2016 Evolveum. All rights reserved.