public class WorkType extends Enumeration implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static WorkType |
EXCHANGE_EQUIPMENT
The following define the enumerations.
|
static WorkType |
INSTALL_EQUIPMENT |
static WorkType |
RELOCATE |
static WorkType |
REMOVE_EQUIPMENT |
static java.util.List<? extends java.lang.Object> |
WORK_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 WorkType EXCHANGE_EQUIPMENT
public static final WorkType INSTALL_EQUIPMENT
public static final WorkType REMOVE_EQUIPMENT
public static final WorkType RELOCATE
public static final java.util.List<? extends java.lang.Object> WORK_TYPES
public java.lang.String toString()
toString
in class Enumeration