Uses of Enum Class
edu.nps.moves.dis7.enumerations.IFFSystemName
Packages that use IFFSystemName
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of IFFSystemName in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return IFFSystemNameModifier and TypeMethodDescriptionstatic IFFSystemName
IFFSystemName.getEnumForValue
(int value) Provide enumeration for a given valuestatic IFFSystemName
IFFSystemName.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic IFFSystemName
IFFSystemName.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic IFFSystemName
Returns the enum constant of this class with the specified name.static IFFSystemName[]
IFFSystemName.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IFFSystemName in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as IFFSystemNameModifier and TypeFieldDescriptionprotected IFFSystemName
SystemIdentifier.systemName
named type of system, an enumeration uid 83Methods in edu.nps.moves.dis7.pdus that return IFFSystemNameModifier and TypeMethodDescriptionSystemIdentifier.getSystemName()
Getter forSystemIdentifier.systemName
Methods in edu.nps.moves.dis7.pdus with parameters of type IFFSystemNameModifier and TypeMethodDescriptionSystemIdentifier.setSystemName
(IFFSystemName pSystemName) Setter forSystemIdentifier.systemName