public enum IdentityScopeType extends java.lang.Enum<IdentityScopeType>
| Modifier and Type | Method and Description |
|---|---|
static IdentityScopeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdentityScopeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityScopeType Session
public static final IdentityScopeType None
public static IdentityScopeType[] values()
for (IdentityScopeType c : IdentityScopeType.values()) System.out.println(c);
public static IdentityScopeType 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 nullAvailable under the GPLv3 - Copyright © 2011-2015 greenrobot.de. All Rights Reserved.