Package de.julielab.costosys.medline
Class ConfigurationConstants
- java.lang.Object
-
- de.julielab.costosys.medline.ConfigurationConstants
-
public class ConfigurationConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDELETER_NAMEstatic StringDELETIONstatic StringINSERTION_INPUTstatic StringUPDATE_INPUT
-
-
-
Field Detail
-
INSERTION_INPUT
public static final String INSERTION_INPUT
- See Also:
- Constant Field Values
-
UPDATE_INPUT
public static final String UPDATE_INPUT
- See Also:
- Constant Field Values
-
DELETION
public static final String DELETION
- See Also:
- Constant Field Values
-
DELETER_NAME
public static final String DELETER_NAME
- See Also:
- Constant Field Values
-
-