public static enum GigyaWebBridge.Feature extends java.lang.Enum<GigyaWebBridge.Feature>
| Enum Constant and Description |
|---|
GET_IDS |
IS_SESSION_VALID |
ON_CUSTOM_EVENT |
ON_JS_EXCEPTION |
ON_PLUGIN_EVENT |
REGISTER_FOR_NAMESPACE_EVENTS |
SEND_OAUTH_REQUEST |
SEND_REQUEST |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static GigyaWebBridge.Feature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GigyaWebBridge.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GigyaWebBridge.Feature IS_SESSION_VALID
public static final GigyaWebBridge.Feature SEND_REQUEST
public static final GigyaWebBridge.Feature SEND_OAUTH_REQUEST
public static final GigyaWebBridge.Feature GET_IDS
public static final GigyaWebBridge.Feature ON_PLUGIN_EVENT
public static final GigyaWebBridge.Feature ON_CUSTOM_EVENT
public static final GigyaWebBridge.Feature REGISTER_FOR_NAMESPACE_EVENTS
public static final GigyaWebBridge.Feature ON_JS_EXCEPTION
public static GigyaWebBridge.Feature[] values()
for (GigyaWebBridge.Feature c : GigyaWebBridge.Feature.values()) System.out.println(c);
public static GigyaWebBridge.Feature 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 nullpublic java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.Enum<GigyaWebBridge.Feature>