Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected DesignatorSystemName |
DesignatorPdu.codeName
This field shall specify a unique emitter database number assigned to differentiate between otherwise similar or identical emitter beams within an emitter system.
|
Modifier and Type | Method and Description |
---|---|
DesignatorSystemName |
DesignatorPdu.getCodeName()
Getter for
DesignatorPdu.codeName |
Modifier and Type | Method and Description |
---|---|
DesignatorPdu |
DesignatorPdu.setCodeName(DesignatorSystemName pCodeName)
Setter for
DesignatorPdu.codeName |
Modifier and Type | Method and Description |
---|---|
static DesignatorSystemName |
DesignatorSystemName.getEnumForValue(int i) |
static DesignatorSystemName |
DesignatorSystemName.unmarshalEnum(java.nio.ByteBuffer buff) |
static DesignatorSystemName |
DesignatorSystemName.unmarshalEnum(java.io.DataInputStream dis) |
static DesignatorSystemName |
DesignatorSystemName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DesignatorSystemName[] |
DesignatorSystemName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|