Uses of Enum
edu.nps.moves.dis7.enumerations.TransferControlTransferType
Packages that use TransferControlTransferType
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of TransferControlTransferType in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return TransferControlTransferTypeModifier and TypeMethodDescriptionstatic TransferControlTransferType
TransferControlTransferType.getEnumForValue(int value)
Provide enumeration for a given valuestatic TransferControlTransferType
TransferControlTransferType.unmarshalEnum(DataInputStream dis)
Unmarshal value to DataInputStreamstatic TransferControlTransferType
TransferControlTransferType.unmarshalEnum(ByteBuffer byteBuffer)
Unmarshal enumeration value to ByteBufferstatic TransferControlTransferType
Returns the enum constant of this type with the specified name.static TransferControlTransferType[]
TransferControlTransferType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TransferControlTransferType in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as TransferControlTransferTypeModifier and TypeFieldDescriptionprotected TransferControlTransferType
TransferOwnershipPdu.transferType
type of transfer desired uid 224Methods in edu.nps.moves.dis7.pdus that return TransferControlTransferTypeModifier and TypeMethodDescriptionTransferOwnershipPdu.getTransferType()
Getter forTransferOwnershipPdu.transferType
Methods in edu.nps.moves.dis7.pdus with parameters of type TransferControlTransferTypeModifier and TypeMethodDescriptionTransferOwnershipPdu.setTransferType(TransferControlTransferType pTransferType)
Setter forTransferOwnershipPdu.transferType