Uses of Enum
edu.nps.moves.dis7.enumerations.SensorTypeSource
Packages that use SensorTypeSource
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of SensorTypeSource in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return SensorTypeSourceModifier and TypeMethodDescriptionstatic SensorTypeSourceSensorTypeSource.getEnumForValue(int i)provide enumeration for a given valuestatic SensorTypeSourceSensorTypeSource.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic SensorTypeSourceSensorTypeSource.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic SensorTypeSourceReturns 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. -
Uses of SensorTypeSource in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as SensorTypeSourceModifier and TypeFieldDescriptionprotected SensorTypeSourceSensor.sensorTypeSourcethe source of the Sensor Type field uid 414Methods in edu.nps.moves.dis7.pdus that return SensorTypeSourceModifier and TypeMethodDescriptionSensor.getSensorTypeSource()Getter forSensor.sensorTypeSourceMethods in edu.nps.moves.dis7.pdus with parameters of type SensorTypeSourceModifier and TypeMethodDescriptionSensor.setSensorTypeSource(SensorTypeSource pSensorTypeSource)Setter forSensor.sensorTypeSource