Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected TransferControlTransferType |
TransferOwnershipPdu.transferType
type of transfer desired uid 224
|
Modifier and Type | Method and Description |
---|---|
TransferControlTransferType |
TransferOwnershipPdu.getTransferType()
Getter for
TransferOwnershipPdu.transferType |
Modifier and Type | Method and Description |
---|---|
TransferOwnershipPdu |
TransferOwnershipPdu.setTransferType(TransferControlTransferType pTransferType)
Setter for
TransferOwnershipPdu.transferType |
Modifier and Type | Method and Description |
---|---|
static TransferControlTransferType |
TransferControlTransferType.getEnumForValue(int i) |
static TransferControlTransferType |
TransferControlTransferType.unmarshalEnum(java.nio.ByteBuffer buff) |
static TransferControlTransferType |
TransferControlTransferType.unmarshalEnum(java.io.DataInputStream dis) |
static TransferControlTransferType |
TransferControlTransferType.valueOf(java.lang.String name)
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.
|