| Package | Description |
|---|---|
| com.independentsoft.share.caml |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ILogicalTest
The Interface ILogicalTest.
|
| Modifier and Type | Class and Description |
|---|---|
class |
And
The Class And.
|
class |
BeginsWith
The Class BeginsWith.
|
class |
Contains
The Class Contains.
|
class |
DateRangesOverlap
The Class DateRangesOverlap.
|
class |
Equal
The Class Equal.
|
class |
GreaterThan
The Class GreaterThan.
|
class |
GreaterThanOrEqual
The Class GreaterThanOrEqual.
|
class |
In
The Class In.
|
class |
Includes
The Class Includes.
|
class |
IsNotNull
The Class IsNotNull.
|
class |
IsNull
The Class IsNull.
|
class |
Join
The Class Join.
|
class |
LessThan
The Class LessThan.
|
class |
LessThanOrEqual
The Class LessThanOrEqual.
|
class |
LogicalNull
The Class LogicalNull.
|
class |
LogicalTest
The Class LogicalTest.
|
class |
Membership
The Class Membership.
|
class |
NotEqual
The Class NotEqual.
|
class |
NotIncludes
The Class NotIncludes.
|
class |
Or
The Class Or.
|
| Modifier and Type | Method and Description |
|---|---|
ILogicalOperator |
Join.getOperator1()
Gets the operator1.
|
ILogicalOperator |
Join.getOperator2()
Gets the operator2.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ILogicalOperator> |
Where.getOperators()
Gets the operators.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Join.setOperator1(ILogicalOperator operator)
Sets the operator1.
|
void |
Join.setOperator2(ILogicalOperator operator)
Sets the operator2.
|