Enum Config

    • Enum Constant Detail

      • CERTIFICATE_PASSWORD

        public static final Config CERTIFICATE_PASSWORD
      • ROW_START

        public static final Config ROW_START
      • COLUMN_OUTPUT_IKBS

        public static final Config COLUMN_OUTPUT_IKBS
      • COLUMN_INPUT_IKBS

        public static final Config COLUMN_INPUT_IKBS
      • COLUMN_OUTPUT_STO

        public static final Config COLUMN_OUTPUT_STO
      • COLUMN_INPUT_STO

        public static final Config COLUMN_INPUT_STO
      • COLUMN_METHOD

        public static final Config COLUMN_METHOD
      • METHOD

        public static final Config METHOD
      • CERTIFICATE_DATACOLLECTIONPOINT

        public static final Config CERTIFICATE_DATACOLLECTIONPOINT
      • CERTIFICATE_STATE_CODE

        public static final Config CERTIFICATE_STATE_CODE
      • REGISTRATION_DIR

        public static final Config REGISTRATION_DIR
      • CERTIFICATE_FILE

        public static final Config CERTIFICATE_FILE
      • CERTIFICATE_STARTDATE

        public static final Config CERTIFICATE_STARTDATE
      • CERTIFICATE_ENDDATE

        public static final Config CERTIFICATE_ENDDATE
      • PSEU_CSV_INPUT_FILE

        public static final Config PSEU_CSV_INPUT_FILE
      • PSEU_CSV_OUTPUT_FILE

        public static final Config PSEU_CSV_OUTPUT_FILE
      • CERTIFICATE_DIR

        public static final Config CERTIFICATE_DIR
      • ADD_DATA_CSV_INPUT_FILE

        public static final Config ADD_DATA_CSV_INPUT_FILE
    • Method Detail

      • values

        public static Config[] 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 (Config c : Config.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Config 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 name
        NullPointerException - if the argument is null
      • getPropertyKey

        public String getPropertyKey()
        Der Eigenschafts-Schlüssel
        Returns:
        String
      • getConsolenParam

        public String getConsolenParam()
        Returns:
        String