Interface AuditLogRecordSeverity
- All Known Implementing Classes:
AuditLogRecordSeverityLevel
,OMRSAuditLogRecordSeverity
,OMRSAuditLogReportSeverity
public interface AuditLogRecordSeverity
AuditLogRecordSeverity defines the different levels of severity for log records stored in an AuditLogRecord.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the default description of this enum.getName()
Return the name of this enum.int
Return the code for this enum.
-
Method Details
-
getOrdinal
int getOrdinal()Return the code for this enum.- Returns:
- int numeric for this enum
-
getName
String getName()Return the name of this enum.- Returns:
- String name
-
getDescription
String getDescription()Return the default description of this enum. This description is in English. Natural language translations can be created using a Resource Bundle indexed by the severity code. This description is a fall back when the resource bundle is not available.- Returns:
- String default description
-