public enum ModeSInterrogatorStatusTransmitState extends java.lang.Enum<ModeSInterrogatorStatusTransmitState>
Enum Constant and Description |
---|
ALL_CALL
All Call
|
INTERMITTENT_LOCKOUT
Intermittent Lockout
|
LOCKOUT_OVERRIDE
Lockout Override
|
NO_STATEMENT
No Statement
|
ROLL_CALL
Roll-Call
|
TEMPORARY_LOCKOUT
Temporary Lockout
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static ModeSInterrogatorStatusTransmitState |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static ModeSInterrogatorStatusTransmitState |
unmarshalEnum(java.nio.ByteBuffer buff) |
static ModeSInterrogatorStatusTransmitState |
unmarshalEnum(java.io.DataInputStream dis) |
static ModeSInterrogatorStatusTransmitState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModeSInterrogatorStatusTransmitState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModeSInterrogatorStatusTransmitState NO_STATEMENT
public static final ModeSInterrogatorStatusTransmitState ROLL_CALL
public static final ModeSInterrogatorStatusTransmitState ALL_CALL
public static final ModeSInterrogatorStatusTransmitState LOCKOUT_OVERRIDE
public static final ModeSInterrogatorStatusTransmitState TEMPORARY_LOCKOUT
public static final ModeSInterrogatorStatusTransmitState INTERMITTENT_LOCKOUT
public static ModeSInterrogatorStatusTransmitState[] values()
for (ModeSInterrogatorStatusTransmitState c : ModeSInterrogatorStatusTransmitState.values()) System.out.println(c);
public static ModeSInterrogatorStatusTransmitState 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 getValue()
public java.lang.String getDescription()
public static int getEnumBitWidth()
public static ModeSInterrogatorStatusTransmitState getEnumForValue(int i)
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public static ModeSInterrogatorStatusTransmitState unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static ModeSInterrogatorStatusTransmitState unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()