com.ibm.commerce.condition

Interface ConditionConstants

    • Field Detail

      • TRUE_VALUE

        static final java.lang.String TRUE_VALUE
        The condition value for a "true" value.
        See Also:
        Constant Field Values
      • FALSE_VALUE

        static final java.lang.String FALSE_VALUE
        The condition value for a "false" value.
        See Also:
        Constant Field Values
      • TRUE_CONDITION

        static final int TRUE_CONDITION
        The condition type for a "true" condition.
        See Also:
        Constant Field Values
      • OR_LIST_CONDITION

        static final int OR_LIST_CONDITION
        The condition type for an "or list" condition.
        See Also:
        Constant Field Values
      • AND_LIST_CONDITION

        static final int AND_LIST_CONDITION
        The condition type for an "and list" condition.
        See Also:
        Constant Field Values
      • SIMPLE_CONDITION

        static final int SIMPLE_CONDITION
        The condition type for a "simple" condition.
        See Also:
        Constant Field Values
      • OPEN_CONDITION

        static final int OPEN_CONDITION
        The condition type for an "open" condition.
        See Also:
        Constant Field Values
      • XML_DTD_FRAGMENT

        static final java.lang.String XML_DTD_FRAGMENT
        The DTD fragment that describes the XML for a condition.
        See Also:
        Constant Field Values
      • XML_INDENT

        static final java.lang.String XML_INDENT
        The indentation string used to construct the XML fragment.
        See Also:
        Constant Field Values
      • OPERATOR_EQUAL_TO

        static final java.lang.String OPERATOR_EQUAL_TO
        Equal to operator - "=".
        See Also:
        Constant Field Values
      • OPERATOR_NOT_EQUAL_TO

        static final java.lang.String OPERATOR_NOT_EQUAL_TO
        Not equal to operator - "!=".
        See Also:
        Constant Field Values
      • OPERATOR_GREATER_THAN

        static final java.lang.String OPERATOR_GREATER_THAN
        Greater than operator - ">".
        See Also:
        Constant Field Values
      • OPERATOR_LESS_THAN

        static final java.lang.String OPERATOR_LESS_THAN
        Less than operator - "<".
        See Also:
        Constant Field Values
      • OPERATOR_GREATER_THAN_OR_EQUAL_TO

        static final java.lang.String OPERATOR_GREATER_THAN_OR_EQUAL_TO
        Greater than or equal to operator - ">=".
        See Also:
        Constant Field Values
      • OPERATOR_LESS_THAN_OR_EQUAL_TO

        static final java.lang.String OPERATOR_LESS_THAN_OR_EQUAL_TO
        Less than or equal to operator - "<=".
        See Also:
        Constant Field Values
      • OPERATOR_STARTS_WITH

        static final java.lang.String OPERATOR_STARTS_WITH
        Starts with operator - "startsWith".
        See Also:
        Constant Field Values
      • OPERATOR_DOES_NOT_START_WITH

        static final java.lang.String OPERATOR_DOES_NOT_START_WITH
        Does not start with operator - "doesNotStartWith".
        See Also:
        Constant Field Values
      • OPERATOR_ENDS_WITH

        static final java.lang.String OPERATOR_ENDS_WITH
        Ends with operator - "endsWith".
        See Also:
        Constant Field Values
      • OPERATOR_DOES_NOT_END_WITH

        static final java.lang.String OPERATOR_DOES_NOT_END_WITH
        Does not end with operator - "doesNotEndWith".
        See Also:
        Constant Field Values
      • OPERATOR_CONTAINS

        static final java.lang.String OPERATOR_CONTAINS
        Contains operator - "contains".
        See Also:
        Constant Field Values
      • OPERATOR_DOES_NOT_CONTAIN

        static final java.lang.String OPERATOR_DOES_NOT_CONTAIN
        Does not contain - "doesNotContain".
        See Also:
        Constant Field Values