Class ScriptConstants

java.lang.Object
org.eclipse.birt.report.model.api.simpleapi.ScriptConstants

public class ScriptConstants extends Object
Constants for script
  • Field Details

    • FILTER_OPERATOR_EQ

      public static final String FILTER_OPERATOR_EQ
      property, operator: equal
      See Also:
    • FILTER_OPERATOR_NE

      public static final String FILTER_OPERATOR_NE
      property, operator: not equal
      See Also:
    • FILTER_OPERATOR_LT

      public static final String FILTER_OPERATOR_LT
      property, operator: lower then
      See Also:
    • FILTER_OPERATOR_LE

      public static final String FILTER_OPERATOR_LE
      property, operator: lower equal
      See Also:
    • FILTER_OPERATOR_GE

      public static final String FILTER_OPERATOR_GE
      property, operator: greater equal
      See Also:
    • FILTER_OPERATOR_GT

      public static final String FILTER_OPERATOR_GT
      property, operator: greater then
      See Also:
    • FILTER_OPERATOR_BETWEEN

      public static final String FILTER_OPERATOR_BETWEEN
      property, operator: between
      See Also:
    • FILTER_OPERATOR_NOT_BETWEEN

      public static final String FILTER_OPERATOR_NOT_BETWEEN
      property, operator: not between
      See Also:
    • FILTER_OPERATOR_NULL

      public static final String FILTER_OPERATOR_NULL
      property, operator: is null
      See Also:
    • FILTER_OPERATOR_NOT_NULL

      public static final String FILTER_OPERATOR_NOT_NULL
      property, operator: is not null
      See Also:
    • FILTER_OPERATOR_TRUE

      public static final String FILTER_OPERATOR_TRUE
      property, operator: is true
      See Also:
    • FILTER_OPERATOR_FALSE

      public static final String FILTER_OPERATOR_FALSE
      property, operator: is false
      See Also:
    • FILTER_OPERATOR_LIKE

      public static final String FILTER_OPERATOR_LIKE
      property, operator: like
      See Also:
    • FILTER_OPERATOR_TOP_N

      public static final String FILTER_OPERATOR_TOP_N
      property, operator: top-n
      See Also:
    • FILTER_OPERATOR_BOTTOM_N

      public static final String FILTER_OPERATOR_BOTTOM_N
      property, operator: botom-n
      See Also:
    • FILTER_OPERATOR_TOP_PERCENT

      public static final String FILTER_OPERATOR_TOP_PERCENT
      property, operator: top-percent
      See Also:
    • FILTER_OPERATOR_BOTTOM_PERCENT

      public static final String FILTER_OPERATOR_BOTTOM_PERCENT
      property, operator: bottom-percent
      See Also:
    • FILTER_OPERATOR_NOT_IN

      public static final String FILTER_OPERATOR_NOT_IN
      property, operator: not in
      See Also:
    • FILTER_OPERATOR_MATCH

      public static final String FILTER_OPERATOR_MATCH
      property, operator: match
      See Also:
    • FILTER_OPERATOR_NOT_LIKE

      public static final String FILTER_OPERATOR_NOT_LIKE
      property, operator: not like
      See Also:
    • FILTER_OPERATOR_NOT_MATCH

      public static final String FILTER_OPERATOR_NOT_MATCH
      property, operator: not match
      See Also:
    • FILTER_OPERATOR_IN

      public static final String FILTER_OPERATOR_IN
      property, operator: in
      See Also:
    • SORT_DIRECTION_ASC

      public static final String SORT_DIRECTION_ASC
      property, sort direction: ascending
      See Also:
    • SORT_DIRECTION_DESC

      public static final String SORT_DIRECTION_DESC
      property, sort direction: descending
      See Also:
  • Constructor Details

    • ScriptConstants

      public ScriptConstants()