Uses of Enum
edu.nps.moves.dis7.enumerations.IsPartOfPosition
Packages that use IsPartOfPosition
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of IsPartOfPosition in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return IsPartOfPositionModifier and TypeMethodDescriptionstatic IsPartOfPositionIsPartOfPosition.getEnumForValue(int i)provide enumeration for a given valuestatic IsPartOfPositionIsPartOfPosition.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic IsPartOfPositionIsPartOfPosition.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic IsPartOfPositionReturns the enum constant of this type with the specified name.static IsPartOfPosition[]IsPartOfPosition.values()Returns an array containing the constants of this enum type, 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 IsPartOfPositionRelationship.positionThe 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