Uses of Enum
edu.nps.moves.dis7.enumerations.IFFSystemMode
Packages that use IFFSystemMode
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of IFFSystemMode in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return IFFSystemModeModifier and TypeMethodDescriptionstatic IFFSystemModeIFFSystemMode.getEnumForValue(int i)provide enumeration for a given valuestatic IFFSystemModeIFFSystemMode.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic IFFSystemModeIFFSystemMode.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic IFFSystemModeReturns the enum constant of this type with the specified name.static IFFSystemMode[]IFFSystemMode.values()Returns an array containing the constants of this enum type, 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 IFFSystemModeSystemIdentifier.systemModemode of operation for the system, an enumeration uid 84Methods in edu.nps.moves.dis7.pdus that return IFFSystemModeModifier and TypeMethodDescriptionSystemIdentifier.getSystemMode()Getter forSystemIdentifier.systemModeMethods in edu.nps.moves.dis7.pdus with parameters of type IFFSystemModeModifier and TypeMethodDescriptionSystemIdentifier.setSystemMode(IFFSystemMode pSystemMode)Setter forSystemIdentifier.systemMode