public enum C2CSuccessState extends java.lang.Enum<C2CSuccessState>
| Enum Constant and Description |
|---|
C2C_FAILED |
C2C_SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
C2CSuccessState |
validateResponse(de.gematik.ti.healthcardaccess.result.Response response) |
de.gematik.ti.healthcardaccess.operation.Result<C2CSuccessState> |
validateSuccessState(C2CSuccessState state) |
static C2CSuccessState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static C2CSuccessState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final C2CSuccessState C2C_SUCCESS
public static final C2CSuccessState C2C_FAILED
public static C2CSuccessState[] values()
for (C2CSuccessState c : C2CSuccessState.values()) System.out.println(c);
public static C2CSuccessState 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 de.gematik.ti.healthcardaccess.operation.Result<C2CSuccessState> validateSuccessState(C2CSuccessState state)
public C2CSuccessState validateResponse(de.gematik.ti.healthcardaccess.result.Response response)