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