Uses of Enum
edu.nps.moves.dis7.enumerations.Link11MessageTypeIdentifier
Packages that use Link11MessageTypeIdentifier
-
Uses of Link11MessageTypeIdentifier in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return Link11MessageTypeIdentifierModifier and TypeMethodDescriptionstatic Link11MessageTypeIdentifierLink11MessageTypeIdentifier.getEnumForValue(int i)provide enumeration for a given valuestatic Link11MessageTypeIdentifierLink11MessageTypeIdentifier.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic Link11MessageTypeIdentifierLink11MessageTypeIdentifier.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic Link11MessageTypeIdentifierReturns the enum constant of this type with the specified name.static Link11MessageTypeIdentifier[]Link11MessageTypeIdentifier.values()Returns an array containing the constants of this enum type, in the order they are declared.