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