Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected DesignatorDesignatorCode |
DesignatorPdu.designatorCode
This field shall identify the designator code being used by the designating entity uid 81
|
Modifier and Type | Method and Description |
---|---|
DesignatorDesignatorCode |
DesignatorPdu.getDesignatorCode()
Getter for
DesignatorPdu.designatorCode |
Modifier and Type | Method and Description |
---|---|
DesignatorPdu |
DesignatorPdu.setDesignatorCode(DesignatorDesignatorCode pDesignatorCode)
Setter for
DesignatorPdu.designatorCode |
Modifier and Type | Method and Description |
---|---|
static DesignatorDesignatorCode |
DesignatorDesignatorCode.getEnumForValue(int i) |
static DesignatorDesignatorCode |
DesignatorDesignatorCode.unmarshalEnum(java.nio.ByteBuffer buff) |
static DesignatorDesignatorCode |
DesignatorDesignatorCode.unmarshalEnum(java.io.DataInputStream dis) |
static DesignatorDesignatorCode |
DesignatorDesignatorCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DesignatorDesignatorCode[] |
DesignatorDesignatorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|