Constructor
new FilterExpressionEntry(left, operator, right, search)
FilterExpressionEntry Constructor.
FilterExpressionEntry Constructor.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
left |
|||
operator |
|||
right |
|||
search |
search |
- Source:
Methods
getLeft() → {string}
Get the left side of the expression.
Get the left side of the expression.
- Source:
Returns:
- Type
- string
getOperator() → {string}
Get the expression operator.
Get the expression operator.
- Source:
Returns:
- Type
- string
getRight() → {string}
Get the right side of the expression.
Get the right side of the expression.
- Source:
Returns:
- Type
- string
setLeft(left) → {FilterExpressionEntry}
Set the left side of the comparison.
Set the left side of the comparison.
Parameters:
Name | Type | Description |
---|---|---|
left |
string |
- Source:
Returns:
- Type
- FilterExpressionEntry
setOperator(operator) → {FilterExpressionEntry}
Set the expression operator.
Set the expression operator.
Parameters:
Name | Type | Description |
---|---|---|
operator |
string |
- Source:
Returns:
- Type
- FilterExpressionEntry
setRight(right) → {FilterExpressionEntry}
Set the right side of the expression.
Set the right side of the expression.
Parameters:
Name | Type | Description |
---|---|---|
right |
string |
- Source:
Returns:
- Type
- FilterExpressionEntry