Uses of Enum Class
edu.nps.moves.dis7.enumerations.IsPartOfPosition
Packages that use IsPartOfPosition
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of IsPartOfPosition in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type IsPartOfPosition in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 211, marshal size 16; IsPartOfPosition has 3 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return IsPartOfPositionModifier and TypeMethodDescriptionstatic IsPartOfPosition
IsPartOfPosition.getEnumForValue
(int value) Provide enumeration for a given valuestatic IsPartOfPosition
IsPartOfPosition.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic IsPartOfPosition
IsPartOfPosition.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic IsPartOfPosition
Returns the enum constant of this class with the specified name.static IsPartOfPosition[]
IsPartOfPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IsPartOfPosition in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as IsPartOfPositionModifier and TypeFieldDescriptionprotected IsPartOfPosition
Relationship.position
The position of the part entity with respect to the host entity and shall be represented by a 16-bit enumeration uid 211Methods in edu.nps.moves.dis7.pdus that return IsPartOfPositionMethods in edu.nps.moves.dis7.pdus with parameters of type IsPartOfPositionModifier and TypeMethodDescriptionRelationship.setPosition
(IsPartOfPosition pPosition) Setter forRelationship.position