public enum OMRSAuditLogRecordSeverity extends Enum<OMRSAuditLogRecordSeverity> implements AuditLogRecordSeverity
| Enum Constant and Description |
|---|
ACTION |
ASSET |
COHORT |
DECISION |
ERROR |
EVENT |
EXCEPTION |
INFO |
PERFMON |
SECURITY |
SHUTDOWN |
STARTUP |
TRACE |
TYPES |
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.
|
static List<OMRSAuditLogReportSeverity> |
getSeverityList()
Return the list of severities defined for the audit log records in this server.
|
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 final OMRSAuditLogRecordSeverity STARTUP
public static final OMRSAuditLogRecordSeverity SHUTDOWN
public static final OMRSAuditLogRecordSeverity ASSET
public static final OMRSAuditLogRecordSeverity TYPES
public static final OMRSAuditLogRecordSeverity COHORT
public static final OMRSAuditLogRecordSeverity TRACE
public static final OMRSAuditLogRecordSeverity PERFMON
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()
getOrdinal in interface AuditLogRecordSeveritypublic String getName()
getName in interface AuditLogRecordSeveritypublic String getDescription()
getDescription in interface AuditLogRecordSeveritypublic String toString()
toString in class Enum<OMRSAuditLogRecordSeverity>public static List<OMRSAuditLogReportSeverity> getSeverityList()
Copyright © 2018–2020 ODPi. All rights reserved.