Class Constants
- java.lang.Object
-
- net.ssehub.easy.instantiation.core.model.templateModel.Constants
-
public class Constants extends java.lang.ObjectGeneral language constants.- Author:
- Holger Eichelberger
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFORMATTING_HINT_LINEENDThe name for the optional formatting hint to define the line end.static java.lang.StringINDENTATION_HINT_ADDITIONALThe name for the additional indentation entry in an indentation hint.static java.lang.StringINDENTATION_HINT_INDENTATIONThe name for the indentation level entry in an indentation hint.static java.lang.StringINDENTATION_HINT_TAB_EMUThe name for the tab emulation entry in an indentation hint.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
INDENTATION_HINT_INDENTATION
public static final java.lang.String INDENTATION_HINT_INDENTATION
The name for the indentation level entry in an indentation hint.- See Also:
- Constant Field Values
-
INDENTATION_HINT_TAB_EMU
public static final java.lang.String INDENTATION_HINT_TAB_EMU
The name for the tab emulation entry in an indentation hint.- See Also:
- Constant Field Values
-
INDENTATION_HINT_ADDITIONAL
public static final java.lang.String INDENTATION_HINT_ADDITIONAL
The name for the additional indentation entry in an indentation hint.- See Also:
- Constant Field Values
-
FORMATTING_HINT_LINEEND
public static final java.lang.String FORMATTING_HINT_LINEEND
The name for the optional formatting hint to define the line end.- See Also:
- Constant Field Values
-
-