public enum OMRSAuditLogRecordSeverity extends Enum<OMRSAuditLogRecordSeverity>
| Enum Constant and Description |
|---|
ACTION |
DECISION |
ERROR |
EVENT |
EXCEPTION |
INFO |
SECURITY |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the default description of this enum.
|
String |
getName()
Return the name of this enum.
|
int |
getOrdinal()
Return the code for this enum.
|
String |
toString()
toString() JSON-style
|
static OMRSAuditLogRecordSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMRSAuditLogRecordSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OMRSAuditLogRecordSeverity UNKNOWN
public static final OMRSAuditLogRecordSeverity INFO
public static final OMRSAuditLogRecordSeverity EVENT
public static final OMRSAuditLogRecordSeverity DECISION
public static final OMRSAuditLogRecordSeverity ACTION
public static final OMRSAuditLogRecordSeverity ERROR
public static final OMRSAuditLogRecordSeverity EXCEPTION
public static final OMRSAuditLogRecordSeverity SECURITY
public static OMRSAuditLogRecordSeverity[] values()
for (OMRSAuditLogRecordSeverity c : OMRSAuditLogRecordSeverity.values()) System.out.println(c);
public static OMRSAuditLogRecordSeverity 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 int getOrdinal()
public String getName()
public String getDescription()
public String toString()
toString in class Enum<OMRSAuditLogRecordSeverity>Copyright © 2018–2019 ODPi. All rights reserved.