public enum NfdDpeLifeCycleState extends java.lang.Enum<NfdDpeLifeCycleState>
Functionalities to check the visibility of NFD folder
| Enum Constant and Description |
|---|
LCS_CREATION_STATE |
LCS_INITIALISATION_STATE |
LCS_OPERATIONAL_STATE_ACTIVATED |
LCS_OPERATIONAL_STATE_DEACTIVATED |
LCS_TERMINATION_STATE |
| Modifier and Type | Method and Description |
|---|---|
static NfdDpeLifeCycleState |
getLifeCycleStateResult(de.gematik.ti.healthcardaccess.result.Response response)
Returns the actual life cycle state
|
de.gematik.ti.healthcardaccess.operation.Result<NfdDpeLifeCycleState> |
validateLifeCycleState(NfdDpeLifeCycleState state)
validates the determined state
|
static NfdDpeLifeCycleState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NfdDpeLifeCycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NfdDpeLifeCycleState LCS_CREATION_STATE
public static final NfdDpeLifeCycleState LCS_INITIALISATION_STATE
public static final NfdDpeLifeCycleState LCS_OPERATIONAL_STATE_ACTIVATED
public static final NfdDpeLifeCycleState LCS_OPERATIONAL_STATE_DEACTIVATED
public static final NfdDpeLifeCycleState LCS_TERMINATION_STATE
public static NfdDpeLifeCycleState[] values()
for (NfdDpeLifeCycleState c : NfdDpeLifeCycleState.values()) System.out.println(c);
public static NfdDpeLifeCycleState 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 NfdDpeLifeCycleState getLifeCycleStateResult(de.gematik.ti.healthcardaccess.result.Response response) throws de.gematik.ti.healthcardaccess.WrongCardDataException
Returns the actual life cycle state
response - Response from cardde.gematik.ti.healthcardaccess.WrongCardDataException - if an error occurspublic de.gematik.ti.healthcardaccess.operation.Result<NfdDpeLifeCycleState> validateLifeCycleState(NfdDpeLifeCycleState state)
validates the determined state
state - determined state