public static enum OpenIDLifecycleEvent.OP extends Enum<OpenIDLifecycleEvent.OP>
| Modifier and Type | Method and Description |
|---|---|
static OpenIDLifecycleEvent.OP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenIDLifecycleEvent.OP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenIDLifecycleEvent.OP ADD
public static final OpenIDLifecycleEvent.OP REMOVE
public static OpenIDLifecycleEvent.OP[] values()
for (OpenIDLifecycleEvent.OP c : OpenIDLifecycleEvent.OP.values()) System.out.println(c);
public static OpenIDLifecycleEvent.OP 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 nullCopyright © 2014 JBoss Inc.. All Rights Reserved.