Package de.gematik.rbellogger.data.sicct
Enum RbelSicctCommand
- java.lang.Object
-
- java.lang.Enum<RbelSicctCommand>
-
- de.gematik.rbellogger.data.sicct.RbelSicctCommand
-
- All Implemented Interfaces:
Serializable,Comparable<RbelSicctCommand>
public enum RbelSicctCommand extends Enum<RbelSicctCommand>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<RbelSicctCommand>from(RbelElement cla, RbelElement ins)static RbelSicctCommandvalueOf(String name)Returns the enum constant of this type with the specified name.static RbelSicctCommand[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SICCT_RESET
public static final RbelSicctCommand SICCT_RESET
-
SICCT_REQUEST
public static final RbelSicctCommand SICCT_REQUEST
-
SICCT_GET_STATUS
public static final RbelSicctCommand SICCT_GET_STATUS
-
SICCT_EJECT
public static final RbelSicctCommand SICCT_EJECT
-
SICCT_INPUT
public static final RbelSicctCommand SICCT_INPUT
-
SICCT_OUTPUT
public static final RbelSicctCommand SICCT_OUTPUT
-
SICCT_PERFORM_VERIFICATION
public static final RbelSicctCommand SICCT_PERFORM_VERIFICATION
-
SICCT_MODIFY_VERIFICATION_DATA
public static final RbelSicctCommand SICCT_MODIFY_VERIFICATION_DATA
-
SICCT_SELECT_CT_MODE
public static final RbelSicctCommand SICCT_SELECT_CT_MODE
-
SICCT_COMFORT_AUTHENTICATION
public static final RbelSicctCommand SICCT_COMFORT_AUTHENTICATION
-
SICCT_COMFORT_ENROLL
public static final RbelSicctCommand SICCT_COMFORT_ENROLL
-
SICCT_SET_STATUS
public static final RbelSicctCommand SICCT_SET_STATUS
-
SICCT_DOWNLOAD_INIT
public static final RbelSicctCommand SICCT_DOWNLOAD_INIT
-
SICCT_DOWNLOAD_DATA
public static final RbelSicctCommand SICCT_DOWNLOAD_DATA
-
SICCT_DOWNLOAD_FINISH
public static final RbelSicctCommand SICCT_DOWNLOAD_FINISH
-
SICCT_CONTROLCOMMAND
public static final RbelSicctCommand SICCT_CONTROLCOMMAND
-
SICCT_INIT_CT_SESSION
public static final RbelSicctCommand SICCT_INIT_CT_SESSION
-
SICCT_CLOSE_CT_SESSION
public static final RbelSicctCommand SICCT_CLOSE_CT_SESSION
-
-
Method Detail
-
values
public static RbelSicctCommand[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RbelSicctCommand c : RbelSicctCommand.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RbelSicctCommand valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
from
public static Optional<RbelSicctCommand> from(RbelElement cla, RbelElement ins)
-
-