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