public class Having extends Object implements Having, Predicates
Java class for Having complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Having">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.terrameta.org/plasma/query}Expression" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Expression> |
expression |
| Constructor and Description |
|---|
Having() |
Having(Expression expr) |
Having(Expression[] exprs) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor visitor) |
void |
addExpression(Expression e) |
int |
getExpressionCount() |
List<Expression> |
getExpressions()
Gets the value of the expression property.
|
protected List<Expression> expression
public Having()
public Having(Expression expr)
public Having(Expression[] exprs)
public void addExpression(Expression e)
public List<Expression> getExpressions()
This accessor method returns a reference to the live list, not a snapshot.
Therefore any modification you make to the returned list will be present
inside the JAXB object. This is why there is not a set method
for the expression property.
For example, to add a new item, do as follows:
getExpression().add(newItem);
Objects of the following type(s) are allowed in the list Expression
getExpressions in interface Predicatespublic int getExpressionCount()
public void accept(QueryVisitor visitor)
accept in interface PredicatesCopyright © 2021. All rights reserved.