Package org.mwolff.generator.config
Interface DefaultValues
-
public interface DefaultValues
-
-
Field Summary
Fields Modifier and Type Field Description static String
generator_classpath
static String
generator_language
Default settings for the generator.static String
generator_templatename
static String
generator_xmlmetainformation
-
-
-
Field Detail
-
generator_language
static final String generator_language
Default settings for the generator. They can be overwrite in the generator properties- See Also:
- Constant Field Values
-
generator_classpath
static final String generator_classpath
- See Also:
- Constant Field Values
-
generator_xmlmetainformation
static final String generator_xmlmetainformation
- See Also:
- Constant Field Values
-
generator_templatename
static final String generator_templatename
- See Also:
- Constant Field Values
-
-