Uses of Enum
edu.nps.moves.dis7.enumerations.OwnershipStatus
Packages that use OwnershipStatus
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of OwnershipStatus in edu.nps.moves.dis7.enumerations
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 type with the specified name.static OwnershipStatus[]
OwnershipStatus.values()
Returns an array containing the constants of this enum type, 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.Methods 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