org.glite.lb
public static enum EventSandbox.SandboxType extends java.lang.Enum<EventSandbox.SandboxType>
Modifier and Type | Method and Description |
---|---|
static EventSandbox.SandboxType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventSandbox.SandboxType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventSandbox.SandboxType UNDEFINED
public static final EventSandbox.SandboxType INPUT
public static final EventSandbox.SandboxType OUTPUT
public static EventSandbox.SandboxType[] values()
for (EventSandbox.SandboxType c : EventSandbox.SandboxType.values()) System.out.println(c);
public static EventSandbox.SandboxType 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