public class EventClass extends Enumeration implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static EventClass |
APPLICATION
The following define the enumerations.
|
static java.util.List<? extends java.lang.Object> |
EVENT_CLASSES |
static EventClass |
MESSAGE |
static EventClass |
PROCESSING |
code, description, number, subDescription
Modifier and Type | Method and Description |
---|---|
static EventClass |
getEventClass(java.lang.String code)
Return the EventClass object given by code (key)
|
compareTo, contains, equals, getCode, getDescription, getEnumeration, getNumber, getSubDescription, toString
public static final EventClass APPLICATION
public static final EventClass PROCESSING
public static final EventClass MESSAGE
public static final java.util.List<? extends java.lang.Object> EVENT_CLASSES
public static EventClass getEventClass(java.lang.String code)
code
- The code to find in this enumeration