Uses of Enum Class
edu.nps.moves.dis7.enumerations.AttachedPartDetachedIndicator
Packages that use AttachedPartDetachedIndicator
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of AttachedPartDetachedIndicator in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type AttachedPartDetachedIndicator in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 415, marshal size 8; AttachedPartDetachedIndicator has 2 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return AttachedPartDetachedIndicatorModifier and TypeMethodDescriptionAttachedPartDetachedIndicator.getEnumForValue
(int value) Provide enumeration for a given valueAttachedPartDetachedIndicator.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamAttachedPartDetachedIndicator.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferReturns the enum constant of this class with the specified name.static AttachedPartDetachedIndicator[]
AttachedPartDetachedIndicator.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AttachedPartDetachedIndicator in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as AttachedPartDetachedIndicatorModifier and TypeFieldDescriptionprotected AttachedPartDetachedIndicator
AttachedPartVP.detachedIndicator
0 = attached, 1 = detached.Methods in edu.nps.moves.dis7.pdus that return AttachedPartDetachedIndicatorModifier and TypeMethodDescriptionAttachedPartVP.getDetachedIndicator()
Getter forAttachedPartVP.detachedIndicator
Methods in edu.nps.moves.dis7.pdus with parameters of type AttachedPartDetachedIndicatorModifier and TypeMethodDescriptionAttachedPartVP.setDetachedIndicator
(AttachedPartDetachedIndicator pDetachedIndicator) Setter forAttachedPartVP.detachedIndicator