Uses of Enum Class
edu.nps.moves.dis7.enumerations.OwnershipStatus
Packages that use OwnershipStatus
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of OwnershipStatus in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type OwnershipStatus in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 332, marshal size 8; OwnershipStatus has 7 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return OwnershipStatusModifier and TypeMethodDescriptionstatic OwnershipStatus
OwnershipStatus.getEnumForValue
(int value) Provide enumeration for a given valuestatic OwnershipStatus
OwnershipStatus.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic OwnershipStatus
OwnershipStatus.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic OwnershipStatus
Returns the enum constant of this class with the specified name.static OwnershipStatus[]
OwnershipStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OwnershipStatus in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as OwnershipStatusModifier and TypeFieldDescriptionprotected OwnershipStatus
OwnershipStatusRecord.ownershipStatus
The ownership and/or ownership conflict status of the entity represented by the Entity ID field. uid 332Methods in edu.nps.moves.dis7.pdus that return OwnershipStatusModifier and TypeMethodDescriptionOwnershipStatusRecord.getOwnershipStatus()
Getter forOwnershipStatusRecord.ownershipStatus
Methods in edu.nps.moves.dis7.pdus with parameters of type OwnershipStatusModifier and TypeMethodDescriptionOwnershipStatusRecord.setOwnershipStatus
(OwnershipStatus pOwnershipStatus) Setter forOwnershipStatusRecord.ownershipStatus