Uses of Enum
edu.nps.moves.dis7.utilities.PduFactory.TimestampStyle
Packages that use PduFactory.TimestampStyle
Package
Description
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of PduFactory.TimestampStyle in edu.nps.moves.dis7.utilities
Methods in edu.nps.moves.dis7.utilities that return PduFactory.TimestampStyleModifier and TypeMethodDescriptionstatic PduFactory.TimestampStyle
Returns the enum constant of this type with the specified name.static PduFactory.TimestampStyle[]
PduFactory.TimestampStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.nps.moves.dis7.utilities with parameters of type PduFactory.TimestampStyleModifier and TypeMethodDescriptionvoid
PduFactory.setTimeStampStyle(PduFactory.TimestampStyle ts)
Set one of four styles.Constructors in edu.nps.moves.dis7.utilities with parameters of type PduFactory.TimestampStyleModifierConstructorDescriptionPduFactory(Country country, byte exerciseId, short siteId, short applicationId, PduFactory.TimestampStyle timestampStyle)
Create a PduFactory which creates pdus using the specified default values.