Uses of Enum
edu.nps.moves.dis7.enumerations.StopFreezeReason
Packages that use StopFreezeReason
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of StopFreezeReason in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return StopFreezeReasonModifier and TypeMethodDescriptionstatic StopFreezeReasonStopFreezeReason.getEnumForValue(int i)provide enumeration for a given valuestatic StopFreezeReasonStopFreezeReason.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic StopFreezeReasonStopFreezeReason.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic StopFreezeReasonReturns 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 StopFreezeReasonStopFreezePdu.reasonReason the simulation was stopped or frozen (see section 7 of SISO-REF-010) represented by an 8-bit enumeration uid 67protected StopFreezeReasonStopFreezeRPdu.reasonReason for stopping/freezing simulation uid 67Methods in edu.nps.moves.dis7.pdus that return StopFreezeReasonModifier and TypeMethodDescriptionStopFreezePdu.getReason()Getter forStopFreezePdu.reasonStopFreezeRPdu.getReason()Getter forStopFreezeRPdu.reasonMethods in edu.nps.moves.dis7.pdus with parameters of type StopFreezeReasonModifier and TypeMethodDescriptionStopFreezePdu.setReason(StopFreezeReason pReason)Setter forStopFreezePdu.reasonStopFreezeRPdu.setReason(StopFreezeReason pReason)Setter forStopFreezeRPdu.reason