public static enum SecurityAuditEvent.Incident extends Enum<SecurityAuditEvent.Incident>
| Enum Constant and Description |
|---|
DATA_INTEGRITY |
SIGNATURE |
TRANSPORT |
TRUST |
| Modifier and Type | Method and Description |
|---|---|
static SecurityAuditEvent.Incident |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityAuditEvent.Incident[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityAuditEvent.Incident SIGNATURE
public static final SecurityAuditEvent.Incident TRUST
public static final SecurityAuditEvent.Incident TRANSPORT
public static final SecurityAuditEvent.Incident DATA_INTEGRITY
public static SecurityAuditEvent.Incident[] values()
for (SecurityAuditEvent.Incident c : SecurityAuditEvent.Incident.values()) System.out.println(c);
public static SecurityAuditEvent.Incident 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 © 2008-2018 FedICT. All Rights Reserved.