public class Statement extends Object implements Serializable
Query
.Modifier and Type | Class and Description |
---|---|
static class |
Statement.JoinOperator
Enum to specify operator to join with the inner statement.
|
static class |
Statement.Operator
Enum to specify statement operator.
|
Constructor and Description |
---|
Statement() |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName()
Get the name of the attribute for the LHS of the statement.
|
Object |
getAttributeValue()
Get the value for the RHS of the statement.
|
Statement |
getInnerStatement()
Get the inner statement.
|
Statement.JoinOperator |
getJoinOperator()
Get the operator to join with the inner statement
|
Statement.Operator |
getOperator()
Get operator for this statement.
|
void |
setAttributeName(String attributeName)
Sets the name of the attribute for the LHS of the statement.
|
void |
setAttributeValue(Object attributeValue)
Sets the value for the RHS of the statement.
|
void |
setInnerStatement(Statement innerStatement)
Sets inner statement for this statement.
|
void |
setJoinOperator(Statement.JoinOperator joinOperator)
Sets the operator to join with the inner statement
|
void |
setOperator(Statement.Operator operator)
Sets operator for this statement.
|
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName
- the attributeName to setpublic Object getAttributeValue()
public void setAttributeValue(Object attributeValue)
attributeValue
- the attributeValue to setpublic Statement.Operator getOperator()
public void setOperator(Statement.Operator operator)
operator
- the operator to setpublic Statement getInnerStatement()
public void setInnerStatement(Statement innerStatement)
innerStatement
- the innerStatment to setpublic Statement.JoinOperator getJoinOperator()
public void setJoinOperator(Statement.JoinOperator joinOperator)
joinOperator
- the joinOperator to setCopyright © 1982–2022 Adobe Systems Inc.. All rights reserved.