Uses of Enum Class
edu.nps.moves.dis7.enumerations.AntennaSelection
Packages that use AntennaSelection
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
This package includes a variety of PDU unit tests to confirm opendis7-java code correctness.
-
Uses of AntennaSelection in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type AntennaSelection in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 351, marshal size 2; AntennaSelection has 4 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return AntennaSelectionModifier and TypeMethodDescriptionstatic AntennaSelection
AntennaSelection.getEnumForValue
(int value) Provide enumeration for a given valuestatic AntennaSelection
AntennaSelection.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic AntennaSelection
AntennaSelection.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic AntennaSelection
Returns the enum constant of this class with the specified name.static AntennaSelection[]
AntennaSelection.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AntennaSelection in edu.nps.moves.dis7.test
Methods in edu.nps.moves.dis7.test that return AntennaSelectionModifier and TypeMethodDescriptionIFFMode5StatusRecord.getAntennaSelection()
Determine AntennaSelection from bitmasksMethods in edu.nps.moves.dis7.test with parameters of type AntennaSelectionModifier and TypeMethodDescriptionIFFMode5StatusRecord.Builder.setAntennaSelection
(AntennaSelection antennaSelection) Default value is AntennaSelection.NO_STATEMENT.