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