public class RemovedEquipmentType extends Enumeration implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static RemovedEquipmentType |
BASIC_METER
The following define the enumerations.
|
static RemovedEquipmentType |
CONTROL_EQUIPMENT |
static RemovedEquipmentType |
INSTRUMENT_TRANSFORMER |
static RemovedEquipmentType |
INTERVAL_METER |
static RemovedEquipmentType |
NETWORK_DEVICE |
static java.util.List<? extends java.lang.Object> |
REMOVED_EQUIPMENT_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 RemovedEquipmentType BASIC_METER
public static final RemovedEquipmentType INTERVAL_METER
public static final RemovedEquipmentType NETWORK_DEVICE
public static final RemovedEquipmentType CONTROL_EQUIPMENT
public static final RemovedEquipmentType INSTRUMENT_TRANSFORMER
public static final java.util.List<? extends java.lang.Object> REMOVED_EQUIPMENT_TYPES
public java.lang.String toString()
toString
in class Enumeration