public class ForClause extends Object implements Serializable
Constructor and Description |
---|
ForClause() |
Modifier and Type | Method and Description |
---|---|
static ForClause |
create()
Creates an empty group-by clause, to add to via add methods.
|
List<ForClauseItem> |
getItems()
Returns for-clause items.
|
void |
setItems(List<ForClauseItem> items)
Sets for-clause items.
|
void |
toEPL(StringWriter writer)
Renders the clause in textual representation.
|
public static ForClause create()
public List<ForClauseItem> getItems()
public void setItems(List<ForClauseItem> items)
items
- itemspublic void toEPL(StringWriter writer)
writer
- to output to