com.businessobjects.rebean.wi
Interface AllAvailableOperatorsIdentifiers


public interface AllAvailableOperatorsIdentifiers

Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.

The AllAvailableOperatorsIdentifiers defines the unique identifiers for all Web Intelligence FormulaOperator objects.

See Also:
ReportStructure.getOperators(), FormulaOperator

Field Summary
static int ID_ADDITION
          Addition operator.
static int ID_ALL
          Tells the Count function to count all values.
static int ID_AND
          Returns true if all boolean expressions in a list are true.
static int ID_BETWEEN
          Determines whether a variable is between two values.
static int ID_BLOCK
          Refers to block data in extended calculation syntax.
static int ID_BODY
          Refers to body data in extended calculation syntax.
static int ID_BOTTOM
          Sets the Rank function to rank from bottom to top.
static int ID_BREAK
          Refers to break data in extended calculation syntax.
static int ID_COL
          Sets the calculation direction in running aggregate functions.
static int ID_DISTINCT
          Tells the Count function to count distinct values only.
static int ID_DIVISION
          Division operator.
static int ID_EQUAL
          Equal To operator.
static int ID_FORALL
          Removes dimensions from a calculation context.
static int ID_FOREACH
          Adds dimensions to a calculation context.
static int ID_GREATER_THAN
          Greater Than operator.
static int ID_GREATER_THAN_OR_EQUAL
          Greater Than Or Equal To operator.
static int ID_IN
          Specifies dimensions in a calculation context.
static int ID_INCLUDEEMPTY
          Includes empty values in calculations.
static int ID_INLIST
          Determines whether the value in an expression is equal to values in a list.
static int ID_LESS_THAN
          Less Than operator.
static int ID_LESS_THAN_OR_EQUAL
          Less Than Or Equal To operator.
static int ID_MINUS
          Minus operator.
static int ID_MULTIPLICATION
          Multiplication operator.
static int ID_NOT
          Returns the opposite of a boolean expression.
static int ID_NOT_EQUAL
          Not Equal To operator.
static int ID_OR
          Returns true if at least one boolean expression in a list is true.
static int ID_PARENTHESIS_CLOSE
          ) operator
static int ID_PARENTHESIS_OPEN
          ( operator
static int ID_REPORT
          Refers to report data in extended calculation syntax.
static int ID_ROW
          Sets the calculation direction in running calculations.
static int ID_SECTION
          Refers to section data in extended calculation syntax.
static int ID_SELF
          Allows the Previous function to refer to the previous cell value when the cell contains content other than one report object.
static int ID_SEMICOLON
          Semicolon operator.
static int ID_TOP
          Sets the Rank function to rank from top to bottom.
static int ID_WHERE
          pecifies limiting conditions on data.
 

Field Detail

ID_PARENTHESIS_OPEN

static final int ID_PARENTHESIS_OPEN
( operator

See Also:
Constant Field Values

ID_PARENTHESIS_CLOSE

static final int ID_PARENTHESIS_CLOSE
) operator

See Also:
Constant Field Values

ID_MULTIPLICATION

static final int ID_MULTIPLICATION
Multiplication operator.

See Also:
Constant Field Values

ID_ADDITION

static final int ID_ADDITION
Addition operator.

See Also:
Constant Field Values

ID_MINUS

static final int ID_MINUS
Minus operator.

See Also:
Constant Field Values

ID_DIVISION

static final int ID_DIVISION
Division operator.

See Also:
Constant Field Values

ID_SEMICOLON

static final int ID_SEMICOLON
Semicolon operator.

See Also:
Constant Field Values

ID_LESS_THAN

static final int ID_LESS_THAN
Less Than operator.

See Also:
Constant Field Values

ID_LESS_THAN_OR_EQUAL

static final int ID_LESS_THAN_OR_EQUAL
Less Than Or Equal To operator.

See Also:
Constant Field Values

ID_NOT_EQUAL

static final int ID_NOT_EQUAL
Not Equal To operator.

See Also:
Constant Field Values

ID_EQUAL

static final int ID_EQUAL
Equal To operator.

See Also:
Constant Field Values

ID_GREATER_THAN

static final int ID_GREATER_THAN
Greater Than operator.

See Also:
Constant Field Values

ID_GREATER_THAN_OR_EQUAL

static final int ID_GREATER_THAN_OR_EQUAL
Greater Than Or Equal To operator.

See Also:
Constant Field Values

ID_ALL

static final int ID_ALL
Tells the Count function to count all values.

See Also:
Constant Field Values

ID_AND

static final int ID_AND
Returns true if all boolean expressions in a list are true.

See Also:
Constant Field Values

ID_BETWEEN

static final int ID_BETWEEN
Determines whether a variable is between two values.

See Also:
Constant Field Values

ID_BLOCK

static final int ID_BLOCK
Refers to block data in extended calculation syntax.

See Also:
Constant Field Values

ID_BODY

static final int ID_BODY
Refers to body data in extended calculation syntax.

See Also:
Constant Field Values

ID_BOTTOM

static final int ID_BOTTOM
Sets the Rank function to rank from bottom to top.

See Also:
Constant Field Values

ID_BREAK

static final int ID_BREAK
Refers to break data in extended calculation syntax.

See Also:
Constant Field Values

ID_COL

static final int ID_COL
Sets the calculation direction in running aggregate functions.

See Also:
Constant Field Values

ID_DISTINCT

static final int ID_DISTINCT
Tells the Count function to count distinct values only.

See Also:
Constant Field Values

ID_FORALL

static final int ID_FORALL
Removes dimensions from a calculation context.

See Also:
Constant Field Values

ID_FOREACH

static final int ID_FOREACH
Adds dimensions to a calculation context.

See Also:
Constant Field Values

ID_IN

static final int ID_IN
Specifies dimensions in a calculation context.

See Also:
Constant Field Values

ID_INCLUDEEMPTY

static final int ID_INCLUDEEMPTY
Includes empty values in calculations.

See Also:
Constant Field Values

ID_INLIST

static final int ID_INLIST
Determines whether the value in an expression is equal to values in a list.

See Also:
Constant Field Values

ID_NOT

static final int ID_NOT
Returns the opposite of a boolean expression.

See Also:
Constant Field Values

ID_OR

static final int ID_OR
Returns true if at least one boolean expression in a list is true.

See Also:
Constant Field Values

ID_REPORT

static final int ID_REPORT
Refers to report data in extended calculation syntax.

See Also:
Constant Field Values

ID_ROW

static final int ID_ROW
Sets the calculation direction in running calculations.

See Also:
Constant Field Values

ID_SECTION

static final int ID_SECTION
Refers to section data in extended calculation syntax.

See Also:
Constant Field Values

ID_SELF

static final int ID_SELF
Allows the Previous function to refer to the previous cell value when the cell contains content other than one report object.

See Also:
Constant Field Values

ID_TOP

static final int ID_TOP
Sets the Rank function to rank from top to bottom.

See Also:
Constant Field Values

ID_WHERE

static final int ID_WHERE
pecifies limiting conditions on data.

See Also:
Constant Field Values