|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.query.model.Where
public class Where
| Field Summary | |
|---|---|
protected java.util.List<Expression> |
expressions
|
protected FilterId |
filterId
|
protected ImportDeclaration |
importDeclaration
|
protected ParameterDeclaration |
parameterDeclaration
|
protected java.util.List<Parameter> |
parameters
|
protected TextContent |
textContent
|
protected VariableDeclaration |
variableDeclaration
|
| Constructor Summary | |
|---|---|
Where()
|
|
Where(Expression expr)
|
|
Where(Expression[] exprs)
|
|
Where(FilterId filterId)
|
|
Where(java.lang.String content)
|
|
Where(java.lang.String content,
Parameter[] params)
|
|
| Method Summary | |
|---|---|
void |
accept(QueryVisitor visitor)
|
void |
addExpression(Expression e)
|
int |
getExpressionCount()
|
java.util.List<Expression> |
getExpressions()
|
FilterId |
getFilterId()
Gets the value of the filterId property. |
ImportDeclaration |
getImportDeclaration()
Gets the value of the importDeclaration property. |
ParameterDeclaration |
getParameterDeclaration()
Gets the value of the parameterDeclaration property. |
java.util.List<Parameter> |
getParameters()
Gets the value of the parameters property. |
TextContent |
getTextContent()
Gets the value of the textContent property. |
VariableDeclaration |
getVariableDeclaration()
Gets the value of the variableDeclaration property. |
Variable[] |
getVariables()
|
void |
setFilterId(FilterId value)
Sets the value of the filterId property. |
void |
setImportDeclaration(ImportDeclaration value)
Sets the value of the importDeclaration property. |
void |
setParameterDeclaration(ParameterDeclaration value)
Sets the value of the parameterDeclaration property. |
void |
setTextContent(TextContent value)
Sets the value of the textContent property. |
void |
setVariableDeclaration(VariableDeclaration value)
Sets the value of the variableDeclaration property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Expression> expressions
protected TextContent textContent
protected ImportDeclaration importDeclaration
protected java.util.List<Parameter> parameters
protected ParameterDeclaration parameterDeclaration
protected VariableDeclaration variableDeclaration
protected FilterId filterId
| Constructor Detail |
|---|
public Where()
public Where(Expression expr)
public Where(Expression[] exprs)
public Where(java.lang.String content)
public Where(java.lang.String content,
Parameter[] params)
public Where(FilterId filterId)
| Method Detail |
|---|
public void addExpression(Expression e)
public java.util.List<Expression> getExpressions()
public int getExpressionCount()
public TextContent getTextContent()
TextContentpublic void setTextContent(TextContent value)
value - allowed object is
TextContentpublic ImportDeclaration getImportDeclaration()
ImportDeclarationpublic void setImportDeclaration(ImportDeclaration value)
value - allowed object is
ImportDeclarationpublic java.util.List<Parameter> getParameters()
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 parameters property.
For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
public ParameterDeclaration getParameterDeclaration()
ParameterDeclarationpublic void setParameterDeclaration(ParameterDeclaration value)
value - allowed object is
ParameterDeclarationpublic VariableDeclaration getVariableDeclaration()
VariableDeclarationpublic void setVariableDeclaration(VariableDeclaration value)
value - allowed object is
VariableDeclarationpublic FilterId getFilterId()
FilterIdpublic void setFilterId(FilterId value)
value - allowed object is
FilterIdpublic void accept(QueryVisitor visitor)
public Variable[] getVariables()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||