public interface Constraint extends Attribute
Modifier and Type | Field and Description |
---|---|
static short |
ANY
any operator
|
static short |
EQ
equality operator
|
static short |
GE
greater o equal operator
|
static short |
GT
greater than operator
|
static short |
LE
less or equal operator
|
static short |
LT
less than operator
|
static short |
NE
not equal operator
|
static short |
PF
has prefix operator (for strings only, e.g., "software" PF "soft")
x Op.PF y iff x begins with the prefix y
|
static short |
SF
has suffix operator (for strings only, e.g., "software" SF "ware")
x Op.SF y iff x ends with the suffix y
|
static short |
SS
substring operator (for strings only, e.g., "software" SS "war")
x Op.SS y iff x contains the substring y
|
Modifier and Type | Method and Description |
---|---|
short |
getOperator()
the comparison operator
valid values are defined in
Op |
static final short EQ
static final short LT
static final short GT
static final short GE
static final short LE
static final short PF
static final short SF
static final short ANY
static final short NE
static final short SS
short getOperator()
Op
Copyright © 2005-2011 Antonio Carzaniga.
This documentation is maintained by Antonio Carzaniga