public enum Iin1Flag extends Enum<Iin1Flag>
Enum Constant and Description |
---|
BROADCAST
Indicate that the message was broadcasted
|
CLASS1_EVENTS
Outstation has Class 1 events not reported yet
|
CLASS2_EVENTS
Outstation has Class 2 events not reported yet
|
CLASS3_EVENTS
Outstation has Class 3 events not reported yet
|
DEVICE_RESTART
Outstation has restarted
|
DEVICE_TROUBLE
Outstation reports abnormal condition
|
LOCAL_CONTROL
At least one point of the outstation is in the local operation mode
|
NEED_TIME
Outstation indicates it requires time synchronization from the master
|
Modifier and Type | Method and Description |
---|---|
static Iin1Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Iin1Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Iin1Flag BROADCAST
public static final Iin1Flag CLASS1_EVENTS
public static final Iin1Flag CLASS2_EVENTS
public static final Iin1Flag CLASS3_EVENTS
public static final Iin1Flag NEED_TIME
public static final Iin1Flag LOCAL_CONTROL
public static final Iin1Flag DEVICE_TROUBLE
public static final Iin1Flag DEVICE_RESTART
public static Iin1Flag[] values()
for (Iin1Flag c : Iin1Flag.values()) System.out.println(c);
public static Iin1Flag valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021. All rights reserved.