public class ServiceOrderType extends Enumeration implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static ServiceOrderType |
CANCEL |
static ServiceOrderType |
DE_ENERGISATION |
static ServiceOrderType |
METER_SRV_WRK |
static ServiceOrderType |
MISC |
static ServiceOrderType |
RE_ENERGISATION |
static java.util.List<? extends java.lang.Object> |
SERVICE_ORDER_TYPES |
static ServiceOrderType |
SPECIAL_READ |
static ServiceOrderType |
SUPP_SRV_WRK
The following define the enumerations.
|
code, description, number, subDescription
Modifier and Type | Method and Description |
---|---|
boolean |
isServiceOrderTypeExists(java.lang.String value) |
java.lang.String |
toString() |
compareTo, contains, equals, getCode, getDescription, getEnumeration, getNumber, getSubDescription
public static final ServiceOrderType SUPP_SRV_WRK
public static final ServiceOrderType METER_SRV_WRK
public static final ServiceOrderType RE_ENERGISATION
public static final ServiceOrderType DE_ENERGISATION
public static final ServiceOrderType SPECIAL_READ
public static final ServiceOrderType MISC
public static final ServiceOrderType CANCEL
public static final java.util.List<? extends java.lang.Object> SERVICE_ORDER_TYPES
public java.lang.String toString()
toString
in class Enumeration
public boolean isServiceOrderTypeExists(java.lang.String value)