Uses of Enum Class
edu.nps.moves.dis7.enumerations.NavigationSource
Packages that use NavigationSource
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of NavigationSource in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type NavigationSource in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 359, marshal size 8; NavigationSource has 4 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return NavigationSourceModifier and TypeMethodDescriptionstatic NavigationSource
NavigationSource.getEnumForValue
(int value) Provide enumeration for a given valuestatic NavigationSource
NavigationSource.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic NavigationSource
NavigationSource.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic NavigationSource
Returns the enum constant of this class with the specified name.static NavigationSource[]
NavigationSource.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NavigationSource in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as NavigationSourceModifier and TypeFieldDescriptionprotected NavigationSource
Mode5TransponderBasicData.navigationSource
Navigation Source, part of Mode 5 transponder basic data fields UID 359Methods in edu.nps.moves.dis7.pdus that return NavigationSourceModifier and TypeMethodDescriptionMode5TransponderBasicData.getNavigationSource()
Getter forMode5TransponderBasicData.navigationSource
Methods in edu.nps.moves.dis7.pdus with parameters of type NavigationSourceModifier and TypeMethodDescriptionMode5TransponderBasicData.setNavigationSource
(NavigationSource pNavigationSource) Setter forMode5TransponderBasicData.navigationSource