public class ResponseType extends Enumeration implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static ResponseType |
APPOINTMENT |
static ResponseType |
CLOSURE
The following define the Transaction Type enumerations.
|
static java.util.List<? extends java.lang.Object> |
RESPONSE_TYPE |
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 ResponseType CLOSURE
public static final ResponseType APPOINTMENT
public static final java.util.List<? extends java.lang.Object> RESPONSE_TYPE
public java.lang.String toString()
toString
in class Enumeration