Interface ExpressionMessages
-
- All Known Implementing Classes:
AbstractExpressionTransform
,ExpressionFilterTransform
,ExpressionPartsImpl
,ExpressionPlainTextTransform
,PromptExpressionTransform
public interface ExpressionMessages
A base class for expression transforms. It proviedes a set of protected helper methods for building expression GUI.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
DM_DEFAULT_LVL
static int
DM_PREF_BREAKBY
static int
DM_PREF_EVALSET
static int
DM_PREF_SETOF
static int
DM_RPT_BASE_LVL
static int
DM_RPT_LVL
static int
DM_UNKNOWN_LVL
static int
DM_WHERE
static int
FN_APPLY_AGGREGATION
static int
FN_APPLY_COMPARISON
static int
FN_APPLY_LOGIC
static int
FN_APPLY_RELATIVE
static int
FN_APPLY_SYMPLE
static int
MRP_BETWEEN
static int
MRP_EQUAL
static int
MRP_EXCL_HIGHEST
static int
MRP_EXCL_LOWEST
static int
MRP_HIGHEST
static int
MRP_LOWEST
static int
MRP_NOT_BETWEEN
static int
MRP_NOT_EQUAL
static int
MRP_PERCENT
static int
MRP_PERCENT_TEMPLATE
static int
MRP_RANK
static int
MRP_RANK_TEMPLATE
static int
OP_AND
static int
OP_BEGINS_WITH
static int
OP_BETWEEN
static int
OP_CONTAINS
static int
OP_DIVIDE
static int
OP_ENDS_WITH
static int
OP_EQUAL
static int
OP_GREATER
static int
OP_GREATER_EQUAL
static int
OP_IN
static int
OP_IN_LIST
static int
OP_IS_NOT_NULL
static int
OP_IS_NULL
static int
OP_LESS
static int
OP_LESS_EQUAL
static int
OP_LIKE
static int
OP_MINUS
static int
OP_NOT
static int
OP_NOT_BEGINS_WITH
static int
OP_NOT_BETWEEN
static int
OP_NOT_CONTAINS
static int
OP_NOT_ENDS_WITH
static int
OP_NOT_EQUAL
static int
OP_NOT_IN
static int
OP_NOT_IN_LIST
static int
OP_NOT_LIKE
static int
OP_OR
static int
OP_PLUS
static int
OP_TIMES
-
-
-
Field Detail
-
OP_AND
static final int OP_AND
- See Also:
- Constant Field Values
-
OP_OR
static final int OP_OR
- See Also:
- Constant Field Values
-
OP_NOT
static final int OP_NOT
- See Also:
- Constant Field Values
-
OP_EQUAL
static final int OP_EQUAL
- See Also:
- Constant Field Values
-
OP_NOT_EQUAL
static final int OP_NOT_EQUAL
- See Also:
- Constant Field Values
-
OP_GREATER
static final int OP_GREATER
- See Also:
- Constant Field Values
-
OP_GREATER_EQUAL
static final int OP_GREATER_EQUAL
- See Also:
- Constant Field Values
-
OP_LESS
static final int OP_LESS
- See Also:
- Constant Field Values
-
OP_LESS_EQUAL
static final int OP_LESS_EQUAL
- See Also:
- Constant Field Values
-
OP_BETWEEN
static final int OP_BETWEEN
- See Also:
- Constant Field Values
-
OP_NOT_BETWEEN
static final int OP_NOT_BETWEEN
- See Also:
- Constant Field Values
-
OP_IN
static final int OP_IN
- See Also:
- Constant Field Values
-
OP_NOT_IN
static final int OP_NOT_IN
- See Also:
- Constant Field Values
-
OP_LIKE
static final int OP_LIKE
- See Also:
- Constant Field Values
-
OP_NOT_LIKE
static final int OP_NOT_LIKE
- See Also:
- Constant Field Values
-
OP_BEGINS_WITH
static final int OP_BEGINS_WITH
- See Also:
- Constant Field Values
-
OP_CONTAINS
static final int OP_CONTAINS
- See Also:
- Constant Field Values
-
OP_IS_NULL
static final int OP_IS_NULL
- See Also:
- Constant Field Values
-
OP_IS_NOT_NULL
static final int OP_IS_NOT_NULL
- See Also:
- Constant Field Values
-
OP_PLUS
static final int OP_PLUS
- See Also:
- Constant Field Values
-
OP_MINUS
static final int OP_MINUS
- See Also:
- Constant Field Values
-
OP_DIVIDE
static final int OP_DIVIDE
- See Also:
- Constant Field Values
-
OP_TIMES
static final int OP_TIMES
- See Also:
- Constant Field Values
-
MRP_HIGHEST
static final int MRP_HIGHEST
- See Also:
- Constant Field Values
-
MRP_EXCL_HIGHEST
static final int MRP_EXCL_HIGHEST
- See Also:
- Constant Field Values
-
MRP_LOWEST
static final int MRP_LOWEST
- See Also:
- Constant Field Values
-
MRP_EXCL_LOWEST
static final int MRP_EXCL_LOWEST
- See Also:
- Constant Field Values
-
MRP_EQUAL
static final int MRP_EQUAL
- See Also:
- Constant Field Values
-
MRP_NOT_EQUAL
static final int MRP_NOT_EQUAL
- See Also:
- Constant Field Values
-
MRP_BETWEEN
static final int MRP_BETWEEN
- See Also:
- Constant Field Values
-
MRP_NOT_BETWEEN
static final int MRP_NOT_BETWEEN
- See Also:
- Constant Field Values
-
DM_RPT_BASE_LVL
static final int DM_RPT_BASE_LVL
- See Also:
- Constant Field Values
-
DM_RPT_LVL
static final int DM_RPT_LVL
- See Also:
- Constant Field Values
-
DM_DEFAULT_LVL
static final int DM_DEFAULT_LVL
- See Also:
- Constant Field Values
-
DM_UNKNOWN_LVL
static final int DM_UNKNOWN_LVL
- See Also:
- Constant Field Values
-
OP_NOT_CONTAINS
static final int OP_NOT_CONTAINS
- See Also:
- Constant Field Values
-
OP_NOT_BEGINS_WITH
static final int OP_NOT_BEGINS_WITH
- See Also:
- Constant Field Values
-
OP_ENDS_WITH
static final int OP_ENDS_WITH
- See Also:
- Constant Field Values
-
OP_NOT_ENDS_WITH
static final int OP_NOT_ENDS_WITH
- See Also:
- Constant Field Values
-
MRP_PERCENT_TEMPLATE
static final int MRP_PERCENT_TEMPLATE
- See Also:
- Constant Field Values
-
MRP_RANK_TEMPLATE
static final int MRP_RANK_TEMPLATE
- See Also:
- Constant Field Values
-
MRP_PERCENT
static final int MRP_PERCENT
- See Also:
- Constant Field Values
-
MRP_RANK
static final int MRP_RANK
- See Also:
- Constant Field Values
-
DM_PREF_SETOF
static final int DM_PREF_SETOF
- See Also:
- Constant Field Values
-
DM_PREF_EVALSET
static final int DM_PREF_EVALSET
- See Also:
- Constant Field Values
-
DM_PREF_BREAKBY
static final int DM_PREF_BREAKBY
- See Also:
- Constant Field Values
-
DM_WHERE
static final int DM_WHERE
- See Also:
- Constant Field Values
-
OP_IN_LIST
static final int OP_IN_LIST
- See Also:
- Constant Field Values
-
OP_NOT_IN_LIST
static final int OP_NOT_IN_LIST
- See Also:
- Constant Field Values
-
FN_APPLY_SYMPLE
static final int FN_APPLY_SYMPLE
- See Also:
- Constant Field Values
-
FN_APPLY_COMPARISON
static final int FN_APPLY_COMPARISON
- Since:
- MicroStrategy Web 7.5.3
- See Also:
- Constant Field Values
-
FN_APPLY_AGGREGATION
static final int FN_APPLY_AGGREGATION
- Since:
- MicroStrategy Web 7.5.3
- See Also:
- Constant Field Values
-
FN_APPLY_LOGIC
static final int FN_APPLY_LOGIC
- Since:
- MicroStrategy Web 7.5.3
- See Also:
- Constant Field Values
-
FN_APPLY_RELATIVE
static final int FN_APPLY_RELATIVE
- Since:
- MicroStrategy Web 7.5.3
- See Also:
- Constant Field Values
-
-