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