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