Uses of Enum
edu.nps.moves.dis7.enumerations.OwnershipStatus
Packages that use OwnershipStatus
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of OwnershipStatus in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return OwnershipStatusModifier and TypeMethodDescriptionstatic OwnershipStatusOwnershipStatus.getEnumForValue(int i)provide enumeration for a given valuestatic OwnershipStatusOwnershipStatus.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic OwnershipStatusOwnershipStatus.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic OwnershipStatusReturns 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 OwnershipStatusOwnershipStatusRecord.ownershipStatusThe 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.ownershipStatusMethods in edu.nps.moves.dis7.pdus with parameters of type OwnershipStatusModifier and TypeMethodDescriptionOwnershipStatusRecord.setOwnershipStatus(OwnershipStatus pOwnershipStatus)Setter forOwnershipStatusRecord.ownershipStatus