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