Uses of Enum Class
edu.nps.moves.dis7.enumerations.ObjectKind
Packages that use ObjectKind
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of ObjectKind in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type ObjectKind in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 225, marshal size 8; ObjectKind has 9 enumerations total.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 class with the specified name.static ObjectKind[]
ObjectKind.values()
Returns an array containing the constants of this enum class, 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