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 TypeClassDescriptionenumThisenumtype 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 AntennaSelectionAntennaSelection.getEnumForValue(int value) Provide enumeration for a given valuestatic AntennaSelectionAntennaSelection.unmarshalEnum(DataInputStream dis) Unmarshal value to DataInputStreamstatic AntennaSelectionAntennaSelection.unmarshalEnum(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic AntennaSelectionReturns 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.