| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ContainmentMode |
Contains.getMode()
Gets the boundaries of a search.
|
static ContainmentMode |
ContainmentMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContainmentMode[] |
ContainmentMode.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.setMode(ContainmentMode mode)
Sets the boundaries of a search.
|
| Constructor and Description |
|---|
Contains(PropertyPath propertyPath,
boolean value,
ContainmentMode mode)
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,
ContainmentMode mode)
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,
ContainmentMode mode)
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,
ContainmentMode mode)
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,
ContainmentMode mode)
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.
|