public enum PiisConsentTppAccessType extends Enum<PiisConsentTppAccessType>
| Enum Constant and Description |
|---|
ALL_TPP
All TPPs have an access
|
SINGLE_TPP
Only one particular TPP has an access
|
| Modifier and Type | Method and Description |
|---|---|
static PiisConsentTppAccessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PiisConsentTppAccessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PiisConsentTppAccessType SINGLE_TPP
public static final PiisConsentTppAccessType ALL_TPP
public static PiisConsentTppAccessType[] values()
for (PiisConsentTppAccessType c : PiisConsentTppAccessType.values()) System.out.println(c);
public static PiisConsentTppAccessType 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 © 2018. All rights reserved.