public class SafetyCertMethodSentType extends Enumeration implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static SafetyCertMethodSentType |
EMAIL |
static SafetyCertMethodSentType |
FAXED
The following define the enumerations.
|
static SafetyCertMethodSentType |
ONLINE |
static SafetyCertMethodSentType |
ONSITE |
static java.util.List<? extends java.lang.Object> |
SAFETY_CERT_METHOD_SENT_TYPES |
code, description, number, subDescription
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
compareTo, contains, equals, getCode, getDescription, getEnumeration, getNumber, getSubDescription
public static final SafetyCertMethodSentType FAXED
public static final SafetyCertMethodSentType EMAIL
public static final SafetyCertMethodSentType ONLINE
public static final SafetyCertMethodSentType ONSITE
public static final java.util.List<? extends java.lang.Object> SAFETY_CERT_METHOD_SENT_TYPES
public java.lang.String toString()
toString
in class Enumeration