|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RevocationReasonType>
be.fgov.ehealth.certra.core.v2.RevocationReasonType
public enum RevocationReasonType
Java class for RevocationReasonType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RevocationReasonType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="keyCompromise"/>
<enumeration value="affiliationChanged"/>
<enumeration value="superseded"/>
<enumeration value="cessationOfOperation"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
AFFILIATION_CHANGED
|
|
CESSATION_OF_OPERATION
|
|
KEY_COMPROMISE
|
|
SUPERSEDED
|
|
| Method Summary | |
|---|---|
static RevocationReasonType |
fromValue(String v)
|
String |
value()
|
static RevocationReasonType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RevocationReasonType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RevocationReasonType KEY_COMPROMISE
public static final RevocationReasonType AFFILIATION_CHANGED
public static final RevocationReasonType SUPERSEDED
public static final RevocationReasonType CESSATION_OF_OPERATION
| Method Detail |
|---|
public static RevocationReasonType[] values()
for (RevocationReasonType c : RevocationReasonType.values()) System.out.println(c);
public static RevocationReasonType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static RevocationReasonType fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||