Uses of Enum Class
edu.nps.moves.dis7.enumerations.DISProtocolVersion
Packages that use DISProtocolVersion
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of DISProtocolVersion in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type DISProtocolVersion in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenumThisenumtype is generated from XML, UID 3, marshal size 8; DISProtocolVersion has 8 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return DISProtocolVersionModifier and TypeMethodDescriptionstatic DISProtocolVersionDISProtocolVersion.getEnumForValue(int value) Provide enumeration for a given valuestatic DISProtocolVersionDISProtocolVersion.unmarshalEnum(DataInputStream dis) Unmarshal value to DataInputStreamstatic DISProtocolVersionDISProtocolVersion.unmarshalEnum(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic DISProtocolVersionReturns the enum constant of this class with the specified name.static DISProtocolVersion[]DISProtocolVersion.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DISProtocolVersion in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as DISProtocolVersionModifier and TypeFieldDescriptionprotected DISProtocolVersionPdu.protocolVersionThe version of the protocol. 5=DIS-1995, 6=DIS-1998, 7=DIS-2012 uid 3Methods in edu.nps.moves.dis7.pdus that return DISProtocolVersionMethods in edu.nps.moves.dis7.pdus with parameters of type DISProtocolVersionModifier and TypeMethodDescriptionPdu.setProtocolVersion(DISProtocolVersion pProtocolVersion) Setter forPdu.protocolVersion