public enum OpenIdService extends Enum<OpenIdService>
| Enum Constant and Description |
|---|
OPEN_ID_SERVICE |
XRDS_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
static OpenIdService |
getByName(String name) |
String |
getName() |
static OpenIdService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenIdService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenIdService OPEN_ID_SERVICE
public static final OpenIdService XRDS_SERVICE
public static OpenIdService[] values()
for (OpenIdService c : OpenIdService.values()) System.out.println(c);
public static OpenIdService 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 getName()
public static OpenIdService getByName(String name)
Copyright © 2013 Seam Framework. All Rights Reserved.