public class DatabaseViewFormulaEntry extends Object
Constructor and Description |
---|
DatabaseViewFormulaEntry() |
Modifier and Type | Method and Description |
---|---|
DatabaseViewField |
getField()
Returns the field this entry operates on.
|
DatabaseViewGroupConfig |
getGroupConfig()
Returns the group configuration this formula entry belongs to.
|
String |
getId()
Returns the identifier of this entry.
|
String |
getLeftParentheses()
Returns a string containing left parentheses set in this entry.
|
String |
getLogicalOperator()
Returns the logical operator used between this entry and the next.
|
String |
getOperator()
Returns the operator used in this entry.
|
int |
getPosition()
Returns the position of this entry in the formula.
|
String |
getRightParentheses()
Returns a string containing right parentheses set in this entry.
|
String |
getValue()
Returns the value that this entry operates on.
|
void |
setField(DatabaseViewField field)
Sets the field this entry operates on.
|
void |
setGroupConfig(DatabaseViewGroupConfig groupConfig)
Sets the group configuration this formula entry belongs to.
|
void |
setLeftParentheses(String leftParentheses)
Sets the left parentheses for this entry.
|
void |
setLogicalOperator(String logicalOperator)
Sets the logical operator used between this entry and the next.
|
void |
setOperator(String operator)
Sets the operator used in this entry.
|
void |
setPosition(int position)
Sets the position of this entry in the formula.
|
void |
setRightParentheses(String rightParentheses)
Sets the right parentheses for this entry.
|
void |
setValue(String value)
Sets the value that this entry operates on.
|
public String getId()
public String getLeftParentheses()
public void setLeftParentheses(String leftParentheses)
leftParentheses
- the left parentheses string.public DatabaseViewField getField()
public void setField(DatabaseViewField field)
field
- the field.public String getOperator()
public void setOperator(String operator)
operator
- the operator.public String getValue()
public void setValue(String value)
value
- the value, in string format.public String getRightParentheses()
public void setRightParentheses(String rightParentheses)
rightParentheses
- the right parentheses string.public String getLogicalOperator()
IQueryFilter.FILTER_CONCATENATION_AND
or
IQueryFilter.FILTER_CONCATENATION_OR
.public void setLogicalOperator(String logicalOperator)
logicalOperator
- IQueryFilter.FILTER_CONCATENATION_AND
or
IQueryFilter.FILTER_CONCATENATION_OR
.public int getPosition()
public void setPosition(int position)
position
- the position.public DatabaseViewGroupConfig getGroupConfig()
public void setGroupConfig(DatabaseViewGroupConfig groupConfig)
groupConfig
- the group configuration.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.