Uses of Enum Class
edu.nps.moves.dis7.enumerations.IsPartOfNature
Packages that use IsPartOfNature
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of IsPartOfNature in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type IsPartOfNature in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 210, marshal size 16; IsPartOfNature has 11 enumerations total.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 class with the specified name.static IsPartOfNature[]
IsPartOfNature.values()
Returns an array containing the constants of this enum class, 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