Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected TransmitterMajorModulation |
ModulationType.majorModulation
the major classification of the modulation type.
|
Modifier and Type | Method and Description |
---|---|
TransmitterMajorModulation |
ModulationType.getMajorModulation()
Getter for
ModulationType.majorModulation |
Modifier and Type | Method and Description |
---|---|
ModulationType |
ModulationType.setMajorModulation(TransmitterMajorModulation pMajorModulation)
Setter for
ModulationType.majorModulation |
Modifier and Type | Method and Description |
---|---|
static TransmitterMajorModulation |
TransmitterMajorModulation.getEnumForValue(int i) |
static TransmitterMajorModulation |
TransmitterMajorModulation.unmarshalEnum(java.nio.ByteBuffer buff) |
static TransmitterMajorModulation |
TransmitterMajorModulation.unmarshalEnum(java.io.DataInputStream dis) |
static TransmitterMajorModulation |
TransmitterMajorModulation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransmitterMajorModulation[] |
TransmitterMajorModulation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|