public enum DemandRegisterAttribute extends java.lang.Enum<DemandRegisterAttribute> implements AttributeClass
Enum Constant and Description |
---|
CAPTURE_TIME |
CURRENT_AVERAGE_VALUE |
LAST_AVERAGE_VALUE |
LOGICAL_NAME |
NUMBER_OF_PERIODS |
PERIOD |
SCALER_UNIT |
START_TIME_CURRENT |
STATUS |
Modifier and Type | Method and Description |
---|---|
int |
attributeId() |
java.lang.String |
attributeName() |
InterfaceClass |
interfaceClass() |
static DemandRegisterAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DemandRegisterAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DemandRegisterAttribute LOGICAL_NAME
public static final DemandRegisterAttribute CURRENT_AVERAGE_VALUE
public static final DemandRegisterAttribute LAST_AVERAGE_VALUE
public static final DemandRegisterAttribute SCALER_UNIT
public static final DemandRegisterAttribute STATUS
public static final DemandRegisterAttribute CAPTURE_TIME
public static final DemandRegisterAttribute START_TIME_CURRENT
public static final DemandRegisterAttribute PERIOD
public static final DemandRegisterAttribute NUMBER_OF_PERIODS
public static DemandRegisterAttribute[] values()
for (DemandRegisterAttribute c : DemandRegisterAttribute.values()) System.out.println(c);
public static DemandRegisterAttribute valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int attributeId()
attributeId
in interface AttributeClass
public java.lang.String attributeName()
attributeName
in interface AttributeClass
public InterfaceClass interfaceClass()
interfaceClass
in interface AttributeClass