public class ExtractionClause extends Object
Modifier and Type | Field and Description |
---|---|
private String |
_expression |
private List<ExtractionClauseGroup> |
_groups |
Constructor and Description |
---|
ExtractionClause() |
Modifier and Type | Method and Description |
---|---|
void |
addGroup(ExtractionClauseGroup group)
Add a group to the join
|
String |
getExpression()
Retrieves the join expression
|
List<ExtractionClauseGroup> |
getGroups()
Retrieves the join groups
|
void |
setExpression(String expression)
Set the join expression
|
private String _expression
private List<ExtractionClauseGroup> _groups
public ExtractionClause()
public String getExpression()
public void setExpression(String expression)
expression
- the expression to setpublic List<ExtractionClauseGroup> getGroups()
public void addGroup(ExtractionClauseGroup group)
group
- the group to add