public enum ExternalIDPType extends Enum<ExternalIDPType>
Enum Constant and Description |
---|
BES
BES
|
SYSTEM_ACCOUNT
System account
|
Modifier and Type | Method and Description |
---|---|
static ExternalIDPType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalIDPType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalIDPType BES
public static final ExternalIDPType SYSTEM_ACCOUNT
public static ExternalIDPType[] values()
for (ExternalIDPType c : ExternalIDPType.values()) System.out.println(c);
public static ExternalIDPType 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 © 2019. All rights reserved.