public class EventMessage extends Lookup implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
code, description, subDescription
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static EventMessage |
getEventMessage(java.lang.String eventcode)
Given a eventcode code it will return the participant object representing the code
|
static java.util.List<? extends java.lang.Object> |
getList()
The static classes are used to define and retrieve enumerations from the resource bundle.
|
java.lang.String |
toString() |
checkResult
compareTo, contains, equals, getCode, getEnumeration, getNumber, getSubDescription
public static java.util.List<? extends java.lang.Object> getList() throws UnableToLookupResourceException
UnableToLookupResourceException
public static EventMessage getEventMessage(java.lang.String eventcode) throws UnableToLookupResourceException
eventcode
- the eventcode to look upUnableToLookupResourceException
- if the database is not accessiblepublic java.lang.String getDescription()
getDescription
in class Enumeration
public java.lang.String toString()
toString
in class Enumeration