Uses of Enum
edu.nps.moves.dis7.enumerations.IFFSystemType1OperationalParameter1
Packages that use IFFSystemType1OperationalParameter1
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
-
Uses of IFFSystemType1OperationalParameter1 in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return IFFSystemType1OperationalParameter1Modifier and TypeMethodDescriptionIFFSystemType1OperationalParameter1.getEnumForValue(int value)
Provide enumeration for a given valueIFFSystemType1OperationalParameter1.unmarshalEnum(DataInputStream dis)
Unmarshal value to DataInputStreamIFFSystemType1OperationalParameter1.unmarshalEnum(ByteBuffer byteBuffer)
Unmarshal enumeration value to ByteBufferReturns the enum constant of this type with the specified name.static IFFSystemType1OperationalParameter1[]
IFFSystemType1OperationalParameter1.values()
Returns an array containing the constants of this enum type, in the order they are declared.