| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ContainmentComparison |
Contains.getComparison()
Gets whether the search ignores cases and spaces.
|
static ContainmentComparison |
ContainmentComparison.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContainmentComparison[] |
ContainmentComparison.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Contains.setComparison(ContainmentComparison comparison)
Gets whether the search ignores cases and spaces.
|
| Constructor and Description |
|---|
Contains(PropertyPath propertyPath,
boolean value,
ContainmentComparison comparison)
Initializes a new instance of the Contains class.
|
Contains(PropertyPath propertyPath,
boolean value,
ContainmentMode mode,
ContainmentComparison comparison)
Initializes a new instance of the Contains class.
|
Contains(PropertyPath propertyPath,
java.util.Date value,
ContainmentComparison comparison)
Initializes a new instance of the Contains class.
|
Contains(PropertyPath propertyPath,
java.util.Date value,
ContainmentMode mode,
ContainmentComparison comparison)
Initializes a new instance of the Contains class.
|
Contains(PropertyPath propertyPath,
double value,
ContainmentComparison comparison)
Initializes a new instance of the Contains class.
|
Contains(PropertyPath propertyPath,
double value,
ContainmentMode mode,
ContainmentComparison comparison)
Initializes a new instance of the Contains class.
|
Contains(PropertyPath propertyPath,
long value,
ContainmentComparison comparison)
Initializes a new instance of the Contains class.
|
Contains(PropertyPath propertyPath,
long value,
ContainmentMode mode,
ContainmentComparison comparison)
Initializes a new instance of the Contains class.
|
Contains(PropertyPath propertyPath,
java.lang.String value,
ContainmentComparison comparison)
Initializes a new instance of the Contains class.
|
Contains(PropertyPath propertyPath,
java.lang.String value,
ContainmentMode mode,
ContainmentComparison comparison)
Initializes a new instance of the Contains class.
|