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 TypeClassDescriptionenumThisenumtype 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 ObjectKindObjectKind.getEnumForValue(int value) Provide enumeration for a given valuestatic ObjectKindObjectKind.unmarshalEnum(DataInputStream dis) Unmarshal value to DataInputStreamstatic ObjectKindObjectKind.unmarshalEnum(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic ObjectKindReturns 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 ObjectKindObjectType.objectKindcountry 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