public static enum Sh.IdentitySet extends Enum<Sh.IdentitySet>
| Enum Constant and Description |
|---|
ALIAS_IDENTITIES |
ALL_IDENTITIES |
IMPLICIT_IDENTITIES |
REGISTERED_IDENTITIES |
| Modifier and Type | Method and Description |
|---|---|
static Sh.IdentitySet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sh.IdentitySet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sh.IdentitySet ALL_IDENTITIES
public static final Sh.IdentitySet REGISTERED_IDENTITIES
public static final Sh.IdentitySet IMPLICIT_IDENTITIES
public static final Sh.IdentitySet ALIAS_IDENTITIES
public static Sh.IdentitySet[] values()
for (Sh.IdentitySet c : Sh.IdentitySet.values()) System.out.println(c);
public static Sh.IdentitySet 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. All Rights Reserved.