public enum Config extends Enum<Config>
Properties
aus der Konfigurationsdatei.Modifier and Type | Field and Description |
---|---|
static org.apache.commons.csv.CSVFormat |
CSV_FORMAT |
static String |
DATE_FORMAT
dd.MM.yyyy |
static int |
NUMBER_OF_SPLIT |
static String |
SEPARATOR |
static Charset |
UTF8_CHAR_SET |
Modifier and Type | Method and Description |
---|---|
String |
getConsolenParam() |
String |
getPropertyKey()
Der Eigenschafts-Schlüssel
|
String |
toString()
Der Eigenschafts-Schlüssel
|
static Config |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Config CERTIFICATE_PASSWORD
public static final Config ROW_START
public static final Config COLUMN_OUTPUT
public static final Config COLUMN_INPUT
public static final Config COLUMN_METHOD
public static final Config METHOD
public static final Config CERTIFICATE_DATACOLLECTIONPOINT
public static final Config CERTIFICATE_STATE_CODE
public static final Config REGISTRATION_DIR
public static final Config CERTIFICATE_FILE
public static final Config CERTIFICATE_STARTDATE
public static final Config CERTIFICATE_ENDDATE
public static final Config PSEU_CSV_INPUT_FILE
public static final Config PSEU_CSV_OUTPUT_FILE
public static final Config CERTIFICATE_DIR
public static final Config USER_NAME
public static final Config USER_PASSWORD
public static final Config ADD_DATA_CSV_INPUT_FILE
public static final Charset UTF8_CHAR_SET
public static final org.apache.commons.csv.CSVFormat CSV_FORMAT
public static final String DATE_FORMAT
dd.MM.yyyy
SimpleDateFormat
,
Constant Field Valuespublic static final int NUMBER_OF_SPLIT
public static final String SEPARATOR
public static Config[] values()
for (Config c : Config.values()) System.out.println(c);
public static Config valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
Copyright © 2018. All rights reserved.