Uses of Enum
edu.nps.moves.dis7.enumerations.StopFreezeReason
Packages that use StopFreezeReason
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of StopFreezeReason in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return StopFreezeReasonModifier and TypeMethodDescriptionstatic StopFreezeReason
StopFreezeReason.getEnumForValue
(int value) Provide enumeration for a given valuestatic StopFreezeReason
StopFreezeReason.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic StopFreezeReason
StopFreezeReason.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic StopFreezeReason
Returns the enum constant of this type with the specified name.static StopFreezeReason[]
StopFreezeReason.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StopFreezeReason in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as StopFreezeReasonModifier and TypeFieldDescriptionprotected StopFreezeReason
StopFreezePdu.reason
Reason the simulation was stopped or frozen (see section 7 of SISO-REF-010) represented by an 8-bit enumeration uid 67protected StopFreezeReason
StopFreezeRPdu.reason
Reason for stopping/freezing simulation uid 67Methods in edu.nps.moves.dis7.pdus that return StopFreezeReasonModifier and TypeMethodDescriptionStopFreezePdu.getReason()
Getter forStopFreezePdu.reason
StopFreezeRPdu.getReason()
Getter forStopFreezeRPdu.reason
Methods in edu.nps.moves.dis7.pdus with parameters of type StopFreezeReasonModifier and TypeMethodDescriptionStopFreezePdu.setReason
(StopFreezeReason pReason) Setter forStopFreezePdu.reason
StopFreezeRPdu.setReason
(StopFreezeReason pReason) Setter forStopFreezeRPdu.reason