public enum ScaStatusBO extends Enum<ScaStatusBO>
| Enum Constant and Description |
|---|
EXEMPTED |
FAILED |
FINALISED |
PSUAUTHENTICATED |
PSUIDENTIFIED |
RECEIVED |
SCAMETHODSELECTED |
STARTED |
| Modifier and Type | Method and Description |
|---|---|
static ScaStatusBO |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScaStatusBO[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScaStatusBO RECEIVED
public static final ScaStatusBO PSUIDENTIFIED
public static final ScaStatusBO PSUAUTHENTICATED
public static final ScaStatusBO SCAMETHODSELECTED
public static final ScaStatusBO STARTED
public static final ScaStatusBO FINALISED
public static final ScaStatusBO FAILED
public static final ScaStatusBO EXEMPTED
public static ScaStatusBO[] values()
for (ScaStatusBO c : ScaStatusBO.values()) System.out.println(c);
public static ScaStatusBO 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.