Uses of Enum
edu.nps.moves.dis7.enumerations.IsPartOfNature
Packages that use IsPartOfNature
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of IsPartOfNature in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return IsPartOfNatureModifier and TypeMethodDescriptionstatic IsPartOfNature
IsPartOfNature.getEnumForValue
(int value) Provide enumeration for a given valuestatic IsPartOfNature
IsPartOfNature.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic IsPartOfNature
IsPartOfNature.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic IsPartOfNature
Returns the enum constant of this type with the specified name.static IsPartOfNature[]
IsPartOfNature.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IsPartOfNature in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as IsPartOfNatureModifier and TypeFieldDescriptionprotected IsPartOfNature
Relationship.nature
The nature or purpose for joining of the part entity to the host entity and shall be represented by a 16-bit enumeration uid 210Methods in edu.nps.moves.dis7.pdus that return IsPartOfNatureMethods in edu.nps.moves.dis7.pdus with parameters of type IsPartOfNatureModifier and TypeMethodDescriptionRelationship.setNature
(IsPartOfNature pNature) Setter forRelationship.nature