public class ControlEquipmentType extends Enumeration implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.util.List<? extends java.lang.Object> |
CONTROL_EQUIPMENT_TYPES |
static ControlEquipmentType |
EXTERNAL_RELAY |
static ControlEquipmentType |
EXTERNAL_TIME_SWITCH |
static ControlEquipmentType |
INTERNAL_RELAY
The following define the enumerations.
|
static ControlEquipmentType |
INTERNAL_TIME_SWITCH |
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 ControlEquipmentType INTERNAL_RELAY
public static final ControlEquipmentType EXTERNAL_RELAY
public static final ControlEquipmentType INTERNAL_TIME_SWITCH
public static final ControlEquipmentType EXTERNAL_TIME_SWITCH
public static final java.util.List<? extends java.lang.Object> CONTROL_EQUIPMENT_TYPES
public java.lang.String toString()
toString
in class Enumeration