Uses of Enum
edu.nps.moves.dis7.enumerations.ObjectKind
Packages that use ObjectKind
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of ObjectKind in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return ObjectKindModifier and TypeMethodDescriptionstatic ObjectKind
ObjectKind.getEnumForValue
(int value) Provide enumeration for a given valuestatic ObjectKind
ObjectKind.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic ObjectKind
ObjectKind.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic ObjectKind
Returns the enum constant of this type with the specified name.static ObjectKind[]
ObjectKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ObjectKind in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as ObjectKindModifier and TypeFieldDescriptionprotected ObjectKind
ObjectType.objectKind
country to which the design of the entity is attributed uid 225Methods in edu.nps.moves.dis7.pdus that return ObjectKindMethods in edu.nps.moves.dis7.pdus with parameters of type ObjectKindModifier and TypeMethodDescriptionObjectType.setObjectKind
(ObjectKind pObjectKind) Setter forObjectType.objectKind