Class ConstantHolder
- java.lang.Object
-
- org.drools.workbench.screens.scenariosimulation.client.utils.ConstantHolder
-
public class ConstantHolder extends Object
Class used to store constants used throughout the code
-
-
Field Summary
Fields Modifier and Type Field Description static StringDISABLEDstatic StringDMN_DATEstatic StringEXPRESSIONstatic StringEXPRESSION_INSTANCE_PLACEHOLDERstatic StringEXPRESSION_VALUE_PREFIXstatic StringFA_ANGLE_DOWNstatic StringFA_ANGLE_RIGHTstatic StringHIDDENstatic StringINPUTstatic StringLOCALDATE_CANONICAL_NAMEstatic StringLOCALDATE_SIMPLE_NAMEstatic StringLOCALDATETIME_CANONICAL_NAMEstatic StringLOCALDATETIME_SIMPLE_NAMEstatic StringLOCALTIME_CANONICAL_NAMEstatic StringLOCALTIME_SIMPLE_NAMEstatic StringNODE_HIDDENstatic StringOFFSETDATETIME_CANONICAL_NAMEstatic StringOFFSETDATETIME_SIMPLE_NAMEstatic StringSELECTEDstatic StringSTYLE
-
-
-
Field Detail
-
FA_ANGLE_DOWN
public static final String FA_ANGLE_DOWN
- See Also:
- Constant Field Values
-
FA_ANGLE_RIGHT
public static final String FA_ANGLE_RIGHT
- See Also:
- Constant Field Values
-
HIDDEN
public static final String HIDDEN
- See Also:
- Constant Field Values
-
NODE_HIDDEN
public static final String NODE_HIDDEN
- See Also:
- Constant Field Values
-
DISABLED
public static final String DISABLED
- See Also:
- Constant Field Values
-
SELECTED
public static final String SELECTED
- See Also:
- Constant Field Values
-
INPUT
public static final String INPUT
- See Also:
- Constant Field Values
-
STYLE
public static final String STYLE
- See Also:
- Constant Field Values
-
EXPRESSION
public static final String EXPRESSION
- See Also:
- Constant Field Values
-
EXPRESSION_INSTANCE_PLACEHOLDER
public static final String EXPRESSION_INSTANCE_PLACEHOLDER
- See Also:
- Constant Field Values
-
EXPRESSION_VALUE_PREFIX
public static final String EXPRESSION_VALUE_PREFIX
- See Also:
- Constant Field Values
-
LOCALDATE_SIMPLE_NAME
public static final String LOCALDATE_SIMPLE_NAME
- See Also:
- Constant Field Values
-
LOCALDATE_CANONICAL_NAME
public static final String LOCALDATE_CANONICAL_NAME
- See Also:
- Constant Field Values
-
LOCALTIME_SIMPLE_NAME
public static final String LOCALTIME_SIMPLE_NAME
- See Also:
- Constant Field Values
-
LOCALTIME_CANONICAL_NAME
public static final String LOCALTIME_CANONICAL_NAME
- See Also:
- Constant Field Values
-
LOCALDATETIME_SIMPLE_NAME
public static final String LOCALDATETIME_SIMPLE_NAME
- See Also:
- Constant Field Values
-
LOCALDATETIME_CANONICAL_NAME
public static final String LOCALDATETIME_CANONICAL_NAME
- See Also:
- Constant Field Values
-
OFFSETDATETIME_SIMPLE_NAME
public static final String OFFSETDATETIME_SIMPLE_NAME
- See Also:
- Constant Field Values
-
OFFSETDATETIME_CANONICAL_NAME
public static final String OFFSETDATETIME_CANONICAL_NAME
- See Also:
- Constant Field Values
-
DMN_DATE
public static final String DMN_DATE
- See Also:
- Constant Field Values
-
-