public static enum KMSAudit.OpStatus extends Enum<KMSAudit.OpStatus>
| Enum Constant and Description |
|---|
ERROR |
OK |
UNAUTHENTICATED |
UNAUTHORIZED |
| Modifier and Type | Method and Description |
|---|---|
static KMSAudit.OpStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KMSAudit.OpStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KMSAudit.OpStatus OK
public static final KMSAudit.OpStatus UNAUTHORIZED
public static final KMSAudit.OpStatus UNAUTHENTICATED
public static final KMSAudit.OpStatus ERROR
public static KMSAudit.OpStatus[] values()
for (KMSAudit.OpStatus c : KMSAudit.OpStatus.values()) System.out.println(c);
public static KMSAudit.OpStatus 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 nullCopyright © 2018 CERN. All Rights Reserved.