Uses of Enum
edu.nps.moves.dis7.enumerations.ObjectKind
Packages that use ObjectKind
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of ObjectKind in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return ObjectKindModifier and TypeMethodDescriptionstatic ObjectKindObjectKind.getEnumForValue(int i)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 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 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