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