public class CustomerType extends Enumeration implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static CustomerType |
COMMERCIAL |
static java.util.List<? extends java.lang.Object> |
CUSTOMER_TYPES |
static CustomerType |
FARM |
static CustomerType |
INDUSTRIAL
The following define the enumerations.
|
static CustomerType |
LIGHTING |
static CustomerType |
RESIDENTIAL |
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 CustomerType INDUSTRIAL
public static final CustomerType COMMERCIAL
public static final CustomerType RESIDENTIAL
public static final CustomerType FARM
public static final CustomerType LIGHTING
public static final java.util.List<? extends java.lang.Object> CUSTOMER_TYPES
public java.lang.String toString()
toString
in class Enumeration