Uses of Enum Class
edu.nps.moves.dis7.enumerations.AcknowledgeResponseFlag
Packages that use AcknowledgeResponseFlag
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of AcknowledgeResponseFlag in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type AcknowledgeResponseFlag in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 70, marshal size 16; AcknowledgeResponseFlag has 4 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return AcknowledgeResponseFlagModifier and TypeMethodDescriptionstatic AcknowledgeResponseFlag
AcknowledgeResponseFlag.getEnumForValue
(int value) Provide enumeration for a given valuestatic AcknowledgeResponseFlag
AcknowledgeResponseFlag.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic AcknowledgeResponseFlag
AcknowledgeResponseFlag.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic AcknowledgeResponseFlag
Returns the enum constant of this class with the specified name.static AcknowledgeResponseFlag[]
AcknowledgeResponseFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AcknowledgeResponseFlag in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as AcknowledgeResponseFlagModifier and TypeFieldDescriptionprotected AcknowledgeResponseFlag
AcknowledgePdu.responseFlag
Whether or not the receiving entity was able to comply with the request uid 70protected AcknowledgeResponseFlag
AcknowledgeRPdu.responseFlag
response flags uid 70Methods in edu.nps.moves.dis7.pdus that return AcknowledgeResponseFlagModifier and TypeMethodDescriptionAcknowledgePdu.getResponseFlag()
Getter forAcknowledgePdu.responseFlag
AcknowledgeRPdu.getResponseFlag()
Getter forAcknowledgeRPdu.responseFlag
Methods in edu.nps.moves.dis7.pdus with parameters of type AcknowledgeResponseFlagModifier and TypeMethodDescriptionAcknowledgePdu.setResponseFlag
(AcknowledgeResponseFlag pResponseFlag) Setter forAcknowledgePdu.responseFlag
AcknowledgeRPdu.setResponseFlag
(AcknowledgeResponseFlag pResponseFlag) Setter forAcknowledgeRPdu.responseFlag