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 TypeClassDescriptionenumThisenumtype 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 AcknowledgeResponseFlagAcknowledgeResponseFlag.getEnumForValue(int value) Provide enumeration for a given valuestatic AcknowledgeResponseFlagAcknowledgeResponseFlag.unmarshalEnum(DataInputStream dis) Unmarshal value to DataInputStreamstatic AcknowledgeResponseFlagAcknowledgeResponseFlag.unmarshalEnum(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic AcknowledgeResponseFlagReturns 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 AcknowledgeResponseFlagAcknowledgePdu.responseFlagWhether or not the receiving entity was able to comply with the request uid 70protected AcknowledgeResponseFlagAcknowledgeRPdu.responseFlagresponse flags uid 70Methods in edu.nps.moves.dis7.pdus that return AcknowledgeResponseFlagModifier and TypeMethodDescriptionAcknowledgePdu.getResponseFlag()Getter forAcknowledgePdu.responseFlagAcknowledgeRPdu.getResponseFlag()Getter forAcknowledgeRPdu.responseFlagMethods in edu.nps.moves.dis7.pdus with parameters of type AcknowledgeResponseFlagModifier and TypeMethodDescriptionAcknowledgePdu.setResponseFlag(AcknowledgeResponseFlag pResponseFlag) Setter forAcknowledgePdu.responseFlagAcknowledgeRPdu.setResponseFlag(AcknowledgeResponseFlag pResponseFlag) Setter forAcknowledgeRPdu.responseFlag