public enum TransferControlTransferType extends java.lang.Enum<TransferControlTransferType>
Enum Constant and Description |
---|
AUTOMATIC_PULL_TRANSFER_ENTITY
Automatic Pull Transfer - Entity
|
AUTOMATIC_PULL_TRANSFER_ENVIRONMENTAL_PROCESS
Automatic Pull Transfer - Environmental Process
|
CANCEL_TRANSFER
Cancel Transfer
|
MANUAL_PULL_TRANSFER_ENTITY
Manual Pull Transfer - Entity
|
MANUAL_PULL_TRANSFER_ENVIRONMENTAL_PROCESS
Manual Pull Transfer - Environmental Process
|
NOT_USED
Not Used
|
NOT_USED_2
Not Used
|
OTHER
Other
|
PUSH_TRANSFER_ENTITY
Push Transfer - Entity
|
PUSH_TRANSFER_ENVIRONMENTAL_PROCESS
Push Transfer - Environmental Process
|
REMOVE_ENTITY
Remove Entity
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static TransferControlTransferType |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static TransferControlTransferType |
unmarshalEnum(java.nio.ByteBuffer buff) |
static TransferControlTransferType |
unmarshalEnum(java.io.DataInputStream dis) |
static TransferControlTransferType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransferControlTransferType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransferControlTransferType OTHER
public static final TransferControlTransferType PUSH_TRANSFER_ENTITY
public static final TransferControlTransferType AUTOMATIC_PULL_TRANSFER_ENTITY
public static final TransferControlTransferType NOT_USED
public static final TransferControlTransferType PUSH_TRANSFER_ENVIRONMENTAL_PROCESS
public static final TransferControlTransferType AUTOMATIC_PULL_TRANSFER_ENVIRONMENTAL_PROCESS
public static final TransferControlTransferType NOT_USED_2
public static final TransferControlTransferType CANCEL_TRANSFER
public static final TransferControlTransferType MANUAL_PULL_TRANSFER_ENTITY
public static final TransferControlTransferType MANUAL_PULL_TRANSFER_ENVIRONMENTAL_PROCESS
public static final TransferControlTransferType REMOVE_ENTITY
public static TransferControlTransferType[] values()
for (TransferControlTransferType c : TransferControlTransferType.values()) System.out.println(c);
public static TransferControlTransferType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public java.lang.String getDescription()
public static int getEnumBitWidth()
public static TransferControlTransferType getEnumForValue(int i)
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public static TransferControlTransferType unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static TransferControlTransferType unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()