Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected TransmitterAntennaPatternType |
TransmitterPdu.antennaPatternType
antenna pattern type uid 167
|
Modifier and Type | Method and Description |
---|---|
TransmitterAntennaPatternType |
TransmitterPdu.getAntennaPatternType()
Getter for
TransmitterPdu.antennaPatternType |
Modifier and Type | Method and Description |
---|---|
TransmitterPdu |
TransmitterPdu.setAntennaPatternType(TransmitterAntennaPatternType pAntennaPatternType)
Setter for
TransmitterPdu.antennaPatternType |
Modifier and Type | Method and Description |
---|---|
static TransmitterAntennaPatternType |
TransmitterAntennaPatternType.getEnumForValue(int i) |
static TransmitterAntennaPatternType |
TransmitterAntennaPatternType.unmarshalEnum(java.nio.ByteBuffer buff) |
static TransmitterAntennaPatternType |
TransmitterAntennaPatternType.unmarshalEnum(java.io.DataInputStream dis) |
static TransmitterAntennaPatternType |
TransmitterAntennaPatternType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransmitterAntennaPatternType[] |
TransmitterAntennaPatternType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|