Uses of Enum
edu.nps.moves.dis7.enumerations.IFFSystemType
Packages that use IFFSystemType
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of IFFSystemType in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return IFFSystemTypeModifier and TypeMethodDescriptionstatic IFFSystemTypeIFFSystemType.getEnumForValue(int i)provide enumeration for a given valuestatic IFFSystemTypeIFFSystemType.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic IFFSystemTypeIFFSystemType.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic IFFSystemTypeReturns 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 IFFSystemTypeSystemIdentifier.systemTypegeneral type of emitting system, an enumeration uid 82Methods in edu.nps.moves.dis7.pdus that return IFFSystemTypeModifier and TypeMethodDescriptionSystemIdentifier.getSystemType()Getter forSystemIdentifier.systemTypeMethods in edu.nps.moves.dis7.pdus with parameters of type IFFSystemTypeModifier and TypeMethodDescriptionSystemIdentifier.setSystemType(IFFSystemType pSystemType)Setter forSystemIdentifier.systemType