Enum Constant and Description |
---|
checkpoint |
CHECKPOINT |
inout |
INOUT |
input |
INPUT |
output |
OUTPUT |
Modifier and Type | Method and Description |
---|---|
static File.LINK |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static File.LINK[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final File.LINK INPUT
public static final File.LINK input
public static final File.LINK OUTPUT
public static final File.LINK output
public static final File.LINK INOUT
public static final File.LINK inout
public static final File.LINK CHECKPOINT
public static final File.LINK checkpoint
public static File.LINK[] values()
for (File.LINK c : File.LINK.values()) System.out.println(c);
public static File.LINK 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