public interface IBirtFilterOperatorConstants
Modifier and Type | Field and Description |
---|---|
static int |
FILTER_OPERATOR_BETWEEN |
static int |
FILTER_OPERATOR_BOTTOM_N |
static int |
FILTER_OPERATOR_BOTTOM_PERCENT |
static int |
FILTER_OPERATOR_EQ |
static int |
FILTER_OPERATOR_FALSE |
static int |
FILTER_OPERATOR_GE |
static int |
FILTER_OPERATOR_GT |
static int |
FILTER_OPERATOR_IN |
static int |
FILTER_OPERATOR_LE |
static int |
FILTER_OPERATOR_LIKE |
static int |
FILTER_OPERATOR_LT |
static int |
FILTER_OPERATOR_MATCH |
static int |
FILTER_OPERATOR_NE |
static int |
FILTER_OPERATOR_NOT_BETWEEN |
static int |
FILTER_OPERATOR_NOT_IN |
static int |
FILTER_OPERATOR_NOT_LIKE |
static int |
FILTER_OPERATOR_NOT_MATCH |
static int |
FILTER_OPERATOR_NOT_NULL |
static int |
FILTER_OPERATOR_NULL |
static int |
FILTER_OPERATOR_TOP_N |
static int |
FILTER_OPERATOR_TOP_PERCENT |
static int |
FILTER_OPERATOR_TRUE |
static final int FILTER_OPERATOR_EQ
static final int FILTER_OPERATOR_NE
static final int FILTER_OPERATOR_LT
static final int FILTER_OPERATOR_LE
static final int FILTER_OPERATOR_GE
static final int FILTER_OPERATOR_GT
static final int FILTER_OPERATOR_BETWEEN
static final int FILTER_OPERATOR_NOT_BETWEEN
static final int FILTER_OPERATOR_NULL
static final int FILTER_OPERATOR_NOT_NULL
static final int FILTER_OPERATOR_TRUE
static final int FILTER_OPERATOR_FALSE
static final int FILTER_OPERATOR_LIKE
static final int FILTER_OPERATOR_TOP_N
static final int FILTER_OPERATOR_BOTTOM_N
static final int FILTER_OPERATOR_TOP_PERCENT
static final int FILTER_OPERATOR_BOTTOM_PERCENT
static final int FILTER_OPERATOR_NOT_IN
static final int FILTER_OPERATOR_MATCH
static final int FILTER_OPERATOR_NOT_LIKE
static final int FILTER_OPERATOR_NOT_MATCH
static final int FILTER_OPERATOR_IN
Copyright © 2008 Actuate Corp. All rights reserved.