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