public enum SelectFileControl extends java.lang.Enum<SelectFileControl>
| Enum Constant and Description |
|---|
CURRENT_DF
The Calypso DF
|
FIRST_EF
The first EF of the current Calypso DF
|
NEXT_EF
The next EF of the current Calypso DF
|
| Modifier and Type | Method and Description |
|---|---|
static SelectFileControl |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectFileControl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectFileControl FIRST_EF
public static final SelectFileControl NEXT_EF
public static final SelectFileControl CURRENT_DF
public static SelectFileControl[] values()
for (SelectFileControl c : SelectFileControl.values()) System.out.println(c);
public static SelectFileControl 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 null