public static enum EnumDefineSet.TransferControlModeEntry extends java.lang.Enum<EnumDefineSet.TransferControlModeEntry>
Enum Constant and Description |
---|
BASIC |
USER_CONTROLED |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static EnumDefineSet.TransferControlModeEntry |
valueOf(int transferControlMode) |
static EnumDefineSet.TransferControlModeEntry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDefineSet.TransferControlModeEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDefineSet.TransferControlModeEntry BASIC
public static final EnumDefineSet.TransferControlModeEntry USER_CONTROLED
public static EnumDefineSet.TransferControlModeEntry[] values()
for (EnumDefineSet.TransferControlModeEntry c : EnumDefineSet.TransferControlModeEntry.values()) System.out.println(c);
public static EnumDefineSet.TransferControlModeEntry 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 static EnumDefineSet.TransferControlModeEntry valueOf(int transferControlMode)