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.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of IFFSystemName in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type IFFSystemName in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 83, marshal size 16; IFFSystemName has 19 enumerations total.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