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
public static final int TRUE_CONDITION
public static final int OR_LIST_CONDITION
public static final int AND_LIST_CONDITION
public static final int SIMPLE_CONDITION
public static final int OPEN_CONDITION
public static final java.lang.String XML_DTD_FRAGMENT
public static final java.lang.String XML_INDENT
public static final java.lang.String OPERATOR_EQUAL_TO
"="
.
public static final java.lang.String OPERATOR_NOT_EQUAL_TO
"!="
.
public static final java.lang.String OPERATOR_GREATER_THAN
">"
.
public static final java.lang.String OPERATOR_LESS_THAN
"<"
.
public static final java.lang.String OPERATOR_GREATER_THAN_OR_EQUAL_TO
">="
.
public static final java.lang.String OPERATOR_LESS_THAN_OR_EQUAL_TO
"<="
.
public static final java.lang.String OPERATOR_STARTS_WITH
"startsWith"
.
public static final java.lang.String OPERATOR_DOES_NOT_START_WITH
"doesNotStartWith"
.
public static final java.lang.String OPERATOR_ENDS_WITH
"endsWith"
.
public static final java.lang.String OPERATOR_DOES_NOT_END_WITH
"doesNotEndWith"
.
public static final java.lang.String OPERATOR_CONTAINS
"contains"
.
public static final java.lang.String OPERATOR_DOES_NOT_CONTAIN
"doesNotContain"
.