Interface ExpressionEditorMessageTokens
-
public interface ExpressionEditorMessageTokens
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONDITION_TOKEN
static String
CONDITIONS_TOKEN
static String
ERROR_CODE_TOKEN
static String
ERROR_MESSAGE_TOKEN
static String
OPERATOR_TOKEN
static String
PARAMETERS_TOKEN
static String
SCRIPT_TOKEN
-
-
-
Field Detail
-
OPERATOR_TOKEN
static final String OPERATOR_TOKEN
- See Also:
- Constant Field Values
-
CONDITION_TOKEN
static final String CONDITION_TOKEN
- See Also:
- Constant Field Values
-
CONDITIONS_TOKEN
static final String CONDITIONS_TOKEN
- See Also:
- Constant Field Values
-
PARAMETERS_TOKEN
static final String PARAMETERS_TOKEN
- See Also:
- Constant Field Values
-
SCRIPT_TOKEN
static final String SCRIPT_TOKEN
- See Also:
- Constant Field Values
-
ERROR_CODE_TOKEN
static final String ERROR_CODE_TOKEN
- See Also:
- Constant Field Values
-
ERROR_MESSAGE_TOKEN
static final String ERROR_MESSAGE_TOKEN
- See Also:
- Constant Field Values
-
-