Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected SensorTypeSource |
Sensor.sensorTypeSource
the source of the Sensor Type field uid 414
|
Modifier and Type | Method and Description |
---|---|
SensorTypeSource |
Sensor.getSensorTypeSource()
Getter for
Sensor.sensorTypeSource |
Modifier and Type | Method and Description |
---|---|
Sensor |
Sensor.setSensorTypeSource(SensorTypeSource pSensorTypeSource)
Setter for
Sensor.sensorTypeSource |
Modifier and Type | Method and Description |
---|---|
static SensorTypeSource |
SensorTypeSource.getEnumForValue(int i) |
static SensorTypeSource |
SensorTypeSource.unmarshalEnum(java.nio.ByteBuffer buff) |
static SensorTypeSource |
SensorTypeSource.unmarshalEnum(java.io.DataInputStream dis) |
static SensorTypeSource |
SensorTypeSource.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SensorTypeSource[] |
SensorTypeSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|