Uses of Enum Class
edu.nps.moves.dis7.enumerations.IFFSystemMode
Packages that use IFFSystemMode
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of IFFSystemMode in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type IFFSystemMode in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 84, marshal size 8; IFFSystemMode has 6 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return IFFSystemModeModifier and TypeMethodDescriptionstatic IFFSystemMode
IFFSystemMode.getEnumForValue
(int value) Provide enumeration for a given valuestatic IFFSystemMode
IFFSystemMode.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic IFFSystemMode
IFFSystemMode.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic IFFSystemMode
Returns the enum constant of this class with the specified name.static IFFSystemMode[]
IFFSystemMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IFFSystemMode in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as IFFSystemModeModifier and TypeFieldDescriptionprotected IFFSystemMode
SystemIdentifier.systemMode
mode of operation for the system, an enumeration uid 84Methods in edu.nps.moves.dis7.pdus that return IFFSystemModeModifier and TypeMethodDescriptionSystemIdentifier.getSystemMode()
Getter forSystemIdentifier.systemMode
Methods in edu.nps.moves.dis7.pdus with parameters of type IFFSystemModeModifier and TypeMethodDescriptionSystemIdentifier.setSystemMode
(IFFSystemMode pSystemMode) Setter forSystemIdentifier.systemMode