public enum ExemptCertReviewStatusId extends java.lang.Enum<ExemptCertReviewStatusId>
Enum Constant and Description |
---|
Accepted
Certificate was accepted
|
Pending
Review pending
|
Rejected
Certificate was rejected
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static ExemptCertReviewStatusId |
valueOf(int intValue) |
static ExemptCertReviewStatusId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExemptCertReviewStatusId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExemptCertReviewStatusId Pending
public static final ExemptCertReviewStatusId Accepted
public static final ExemptCertReviewStatusId Rejected
public static ExemptCertReviewStatusId[] values()
for (ExemptCertReviewStatusId c : ExemptCertReviewStatusId.values()) System.out.println(c);
public static ExemptCertReviewStatusId valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ExemptCertReviewStatusId valueOf(int intValue)
public int getValue()