Uses of Enum Class
edu.nps.moves.dis7.enumerations.StopFreezeReason
Packages that use StopFreezeReason
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of StopFreezeReason in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type StopFreezeReason in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 67, marshal size 8; StopFreezeReason has 9 enumerations total.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 class with the specified name.static StopFreezeReason[]
StopFreezeReason.values()
Returns an array containing the constants of this enum class, 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