public enum ClockAttribute extends java.lang.Enum<ClockAttribute> implements AttributeClass
Enum Constant and Description |
---|
CLOCK_BASE |
DAYLIGHT_SAVINGS_BEGIN |
DAYLIGHT_SAVINGS_DEVIATION |
DAYLIGHT_SAVINGS_ENABLED |
DAYLIGHT_SAVINGS_END |
LOGICAL_NAME |
STATUS |
TIME |
TIME_ZONE |
Modifier and Type | Method and Description |
---|---|
int |
attributeId() |
java.lang.String |
attributeName() |
InterfaceClass |
interfaceClass() |
static ClockAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClockAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClockAttribute LOGICAL_NAME
public static final ClockAttribute TIME
public static final ClockAttribute TIME_ZONE
public static final ClockAttribute STATUS
public static final ClockAttribute DAYLIGHT_SAVINGS_BEGIN
public static final ClockAttribute DAYLIGHT_SAVINGS_END
public static final ClockAttribute DAYLIGHT_SAVINGS_DEVIATION
public static final ClockAttribute DAYLIGHT_SAVINGS_ENABLED
public static final ClockAttribute CLOCK_BASE
public static ClockAttribute[] values()
for (ClockAttribute c : ClockAttribute.values()) System.out.println(c);
public static ClockAttribute 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