public enum ConsentStatusTO extends Enum<ConsentStatusTO>
| Enum Constant and Description |
|---|
EXPIRED |
RECEIVED |
REJECTED |
REVOKEDBYPSU |
TERMINATEDBYTPP |
VALID |
| Modifier and Type | Method and Description |
|---|---|
static ConsentStatusTO |
fromValue(String text) |
String |
toString() |
static ConsentStatusTO |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsentStatusTO[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsentStatusTO RECEIVED
public static final ConsentStatusTO REJECTED
public static final ConsentStatusTO VALID
public static final ConsentStatusTO REVOKEDBYPSU
public static final ConsentStatusTO EXPIRED
public static final ConsentStatusTO TERMINATEDBYTPP
public static ConsentStatusTO[] values()
for (ConsentStatusTO c : ConsentStatusTO.values()) System.out.println(c);
public static ConsentStatusTO 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 nullpublic String toString()
toString in class Enum<ConsentStatusTO>public static ConsentStatusTO fromValue(String text)
Copyright © 2019. All rights reserved.