public static enum RemoteConfigElement.IdentityType extends Enum<RemoteConfigElement.IdentityType>
| Modifier and Type | Method and Description |
|---|---|
static RemoteConfigElement.IdentityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteConfigElement.IdentityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteConfigElement.IdentityType DECLARED
public static final RemoteConfigElement.IdentityType USER
public static final RemoteConfigElement.IdentityType NONE
public static RemoteConfigElement.IdentityType[] values()
for (RemoteConfigElement.IdentityType c : RemoteConfigElement.IdentityType.values()) System.out.println(c);
public static RemoteConfigElement.IdentityType 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 © 2005–2021 Alfresco Software. All rights reserved.