com.ibm.commerce.condition
Interface ConditionConstants

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

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

AND_LIST_CONDITION

public static final int AND_LIST_CONDITION
The condition type for an "and list" condition.

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.

OPEN_CONDITION

public static final int OPEN_CONDITION
The condition type for an "open" condition.

OPERATOR_CONTAINS

public static final java.lang.String OPERATOR_CONTAINS
Contains operator - "contains".

OPERATOR_DOES_NOT_CONTAIN

public static final java.lang.String OPERATOR_DOES_NOT_CONTAIN
Does not contain - "doesNotContain".

OPERATOR_DOES_NOT_END_WITH

public static final java.lang.String OPERATOR_DOES_NOT_END_WITH
Does not end with operator - "doesNotEndWith".

OPERATOR_DOES_NOT_START_WITH

public static final java.lang.String OPERATOR_DOES_NOT_START_WITH
Does not start with operator - "doesNotStartWith".

OPERATOR_ENDS_WITH

public static final java.lang.String OPERATOR_ENDS_WITH
Ends with operator - "endsWith".

OPERATOR_EQUAL_TO

public static final java.lang.String OPERATOR_EQUAL_TO
Equal to operator - "=".

OPERATOR_GREATER_THAN

public static final java.lang.String OPERATOR_GREATER_THAN
Greater than operator - ">".

OPERATOR_GREATER_THAN_OR_EQUAL_TO

public static final java.lang.String OPERATOR_GREATER_THAN_OR_EQUAL_TO
Greater than or equal to operator - ">=".

OPERATOR_LESS_THAN

public static final java.lang.String OPERATOR_LESS_THAN
Less than operator - "<".

OPERATOR_LESS_THAN_OR_EQUAL_TO

public static final java.lang.String OPERATOR_LESS_THAN_OR_EQUAL_TO
Less than or equal to operator - "<=".

OPERATOR_NOT_EQUAL_TO

public static final java.lang.String OPERATOR_NOT_EQUAL_TO
Not equal to operator - "!=".

OPERATOR_STARTS_WITH

public static final java.lang.String OPERATOR_STARTS_WITH
Starts with operator - "startsWith".

OR_LIST_CONDITION

public static final int OR_LIST_CONDITION
The condition type for an "or list" condition.

SIMPLE_CONDITION

public static final int SIMPLE_CONDITION
The condition type for a "simple" condition.

TRUE_CONDITION

public static final int TRUE_CONDITION
The condition type for a "true" condition.

XML_DTD_FRAGMENT

public static final java.lang.String XML_DTD_FRAGMENT
The DTD fragment that describes the XML for a condition.

XML_INDENT

public static final java.lang.String XML_INDENT
The indentation string used to construct the XML fragment.