Interface ExpressionMessages
-
- All Known Implementing Classes:
AbstractExpressionTransform,ExpressionFilterTransform,ExpressionPartsImpl,ExpressionPlainTextTransform,PromptExpressionTransform
public interface ExpressionMessagesA 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 intDM_DEFAULT_LVLstatic intDM_PREF_BREAKBYstatic intDM_PREF_EVALSETstatic intDM_PREF_SETOFstatic intDM_RPT_BASE_LVLstatic intDM_RPT_LVLstatic intDM_UNKNOWN_LVLstatic intDM_WHEREstatic intFN_APPLY_AGGREGATIONstatic intFN_APPLY_COMPARISONstatic intFN_APPLY_LOGICstatic intFN_APPLY_RELATIVEstatic intFN_APPLY_SYMPLEstatic intMRP_BETWEENstatic intMRP_EQUALstatic intMRP_EXCL_HIGHESTstatic intMRP_EXCL_LOWESTstatic intMRP_HIGHESTstatic intMRP_LOWESTstatic intMRP_NOT_BETWEENstatic intMRP_NOT_EQUALstatic intMRP_PERCENTstatic intMRP_PERCENT_TEMPLATEstatic intMRP_RANKstatic intMRP_RANK_TEMPLATEstatic intOP_ANDstatic intOP_BEGINS_WITHstatic intOP_BETWEENstatic intOP_CONTAINSstatic intOP_DIVIDEstatic intOP_ENDS_WITHstatic intOP_EQUALstatic intOP_GREATERstatic intOP_GREATER_EQUALstatic intOP_INstatic intOP_IN_LISTstatic intOP_IS_NOT_NULLstatic intOP_IS_NULLstatic intOP_LESSstatic intOP_LESS_EQUALstatic intOP_LIKEstatic intOP_MINUSstatic intOP_NOTstatic intOP_NOT_BEGINS_WITHstatic intOP_NOT_BETWEENstatic intOP_NOT_CONTAINSstatic intOP_NOT_ENDS_WITHstatic intOP_NOT_EQUALstatic intOP_NOT_INstatic intOP_NOT_IN_LISTstatic intOP_NOT_LIKEstatic intOP_ORstatic intOP_PLUSstatic intOP_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
-
-