com.ibm.commerce.condition
Interface ConditionConstants

All Known Implementing Classes:
ApproveGroupUpdateCmdImpl, CampaignInitiativeDetailsDataBean, CampaignInitiativeEvaluateCmdImpl, CampaignInitiativeSaveControllerCmdImpl, CampaignSaveControllerCmdImpl, CheckCurrentUserInMemberGroupCmdImpl, CheckUserInMemberGroupCmdImpl, Condition, ConditionUtil, ListUsersInMemberGroupCmdImpl, SegmentNotebookDataBean, SegmentSaveControllerCmdImpl, SegmentUtil

public interface ConditionConstants

Contains public constants used by this package.


Field Summary
static int AND_LIST_CONDITION
          The condition type for an "and list" condition.
static java.lang.String COPYRIGHT
          Copyright.
static int OPEN_CONDITION
          The condition type for an "open" condition.
static java.lang.String OPERATOR_CONTAINS
          Contains operator - "contains".
static java.lang.String OPERATOR_DOES_NOT_CONTAIN
          Does not contain - "doesNotContain".
static java.lang.String OPERATOR_DOES_NOT_END_WITH
          Does not end with operator - "doesNotEndWith".
static java.lang.String OPERATOR_DOES_NOT_START_WITH
          Does not start with operator - "doesNotStartWith".
static java.lang.String OPERATOR_ENDS_WITH
          Ends with operator - "endsWith".
static java.lang.String OPERATOR_EQUAL_TO
          Equal to operator - "=".
static java.lang.String OPERATOR_GREATER_THAN
          Greater than operator - ">".
static java.lang.String OPERATOR_GREATER_THAN_OR_EQUAL_TO
          Greater than or equal to operator - ">=".
static java.lang.String OPERATOR_LESS_THAN
          Less than operator - "<".
static java.lang.String OPERATOR_LESS_THAN_OR_EQUAL_TO
          Less than or equal to operator - "<=".
static java.lang.String OPERATOR_NOT_EQUAL_TO
          Not equal to operator - "!=".
static java.lang.String OPERATOR_STARTS_WITH
          Starts with operator - "startsWith".
static int OR_LIST_CONDITION
          The condition type for an "or list" condition.
static int SIMPLE_CONDITION
          The condition type for a "simple" condition.
static int TRUE_CONDITION
          The condition type for a "true" condition.
static java.lang.String XML_DTD_FRAGMENT
          The DTD fragment that describes the XML for a condition.
static java.lang.String XML_INDENT           The indentation string used to construct the XML fragment.
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright.
See Also:
Constant Field Values

TRUE_CONDITION

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

OR_LIST_CONDITION

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

AND_LIST_CONDITION

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

SIMPLE_CONDITION

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

OPEN_CONDITION

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

XML_DTD_FRAGMENT

public 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

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

OPERATOR_EQUAL_TO

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

OPERATOR_NOT_EQUAL_TO

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

OPERATOR_GREATER_THAN

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

OPERATOR_LESS_THAN

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

OPERATOR_GREATER_THAN_OR_EQUAL_TO

public 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

public 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

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

OPERATOR_DOES_NOT_START_WITH

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

OPERATOR_ENDS_WITH

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

OPERATOR_DOES_NOT_END_WITH

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

OPERATOR_CONTAINS

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

OPERATOR_DOES_NOT_CONTAIN

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