public enum AccessCertificationResponseType extends Enum<AccessCertificationResponseType>
Java class for AccessCertificationResponseType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AccessCertificationResponseType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="accept"/> <enumeration value="revoke"/> <enumeration value="reduce"/> <enumeration value="notDecided"/> <enumeration value="delegate"/> <enumeration value="noResponse"/> </restriction> </simpleType>
Enum Constant and Description |
---|
ACCEPT
A.k.a.
|
DELEGATE
Responsible person delegates the decision to someone else.
|
NO_RESPONSE
No response was provided by the given reviewer.
|
NOT_DECIDED
A.k.a.
|
REDUCE
A.k.a.
|
REVOKE
A.k.a.
|
Modifier and Type | Method and Description |
---|---|
static AccessCertificationResponseType |
fromValue(String v) |
String |
value() |
static AccessCertificationResponseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessCertificationResponseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessCertificationResponseType ACCEPT
public static final AccessCertificationResponseType REVOKE
public static final AccessCertificationResponseType REDUCE
public static final AccessCertificationResponseType NOT_DECIDED
public static final AccessCertificationResponseType DELEGATE
public static final AccessCertificationResponseType NO_RESPONSE
public static AccessCertificationResponseType[] values()
for (AccessCertificationResponseType c : AccessCertificationResponseType.values()) System.out.println(c);
public static AccessCertificationResponseType 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 AccessCertificationResponseType fromValue(String v)
Copyright © 2016 Evolveum. All rights reserved.