public enum NfdDpeState extends java.lang.Enum<NfdDpeState>
Functionalities to check the technical consistency of the NFD folder
| Enum Constant and Description |
|---|
NO_TRANSACTIONS_OPEN |
TRANSACTIONS_OPEN |
| Modifier and Type | Method and Description |
|---|---|
static NfdDpeState |
getState(de.gematik.ti.healthcardaccess.result.Response response)
Returns the actual state of technical consistency of the NFD folder
|
de.gematik.ti.healthcardaccess.operation.Result<NfdDpeState> |
validateState(NfdDpeState state)
validates the determined state
|
static NfdDpeState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NfdDpeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NfdDpeState TRANSACTIONS_OPEN
public static final NfdDpeState NO_TRANSACTIONS_OPEN
public static NfdDpeState[] values()
for (NfdDpeState c : NfdDpeState.values()) System.out.println(c);
public static NfdDpeState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static NfdDpeState getState(de.gematik.ti.healthcardaccess.result.Response response)
Returns the actual state of technical consistency of the NFD folder
response - Response from cardpublic de.gematik.ti.healthcardaccess.operation.Result<NfdDpeState> validateState(NfdDpeState state)
validates the determined state
state - determined state