public static enum CosemDateTime.ClockStatus extends java.lang.Enum<CosemDateTime.ClockStatus>
Enum Constant and Description |
---|
DAYLIGHT_SAVING_ACTIVE |
DIFFERENT_CLOCK_BASE |
DUBTFUL_VALUE |
INVALID_CLOCK_STATUS |
INVALID_VALUE |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CosemDateTime.ClockStatus> |
clockStatusFrom(byte bitString) |
static CosemDateTime.ClockStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CosemDateTime.ClockStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CosemDateTime.ClockStatus INVALID_VALUE
public static final CosemDateTime.ClockStatus DUBTFUL_VALUE
public static final CosemDateTime.ClockStatus DIFFERENT_CLOCK_BASE
public static final CosemDateTime.ClockStatus INVALID_CLOCK_STATUS
public static final CosemDateTime.ClockStatus DAYLIGHT_SAVING_ACTIVE
public static CosemDateTime.ClockStatus[] values()
for (CosemDateTime.ClockStatus c : CosemDateTime.ClockStatus.values()) System.out.println(c);
public static CosemDateTime.ClockStatus 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 static java.util.List<CosemDateTime.ClockStatus> clockStatusFrom(byte bitString)