public static enum RuntimeUtil.AccessDirection extends Enum<RuntimeUtil.AccessDirection>
Modifier and Type | Method and Description |
---|---|
static RuntimeUtil.AccessDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeUtil.AccessDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeUtil.AccessDirection READ
public static final RuntimeUtil.AccessDirection WRITE
public static RuntimeUtil.AccessDirection[] values()
for (RuntimeUtil.AccessDirection c : RuntimeUtil.AccessDirection.values()) System.out.println(c);
public static RuntimeUtil.AccessDirection valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null