public class ExtractionClauseGroup extends Object
Modifier and Type | Field and Description |
---|---|
private String |
_completeExpression |
private String |
_expression |
private String |
_fieldPath |
private String |
_variable |
Constructor and Description |
---|
ExtractionClauseGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getCompleteExpression()
Retrieves the complete group expression
The complete group expression contains the characters used to identify the expression
This expression has to be replaced the join expression
|
String |
getExpression()
Retrieves the group expression
The group expression does not contain the characters used to identify the expression
|
String |
getFieldPath()
Retrieves the field path
|
String |
getVariable()
Retrieves the variable
|
void |
setCompleteExpression(String completeExpression)
Set the group expression
|
void |
setExpression(String groupExpression)
Set the group expression
|
void |
setFieldPath(String fieldPath)
Set the field path
|
void |
setVariable(String variable)
Set the variable
|
private String _completeExpression
private String _expression
private String _fieldPath
public ExtractionClauseGroup()
public String getCompleteExpression()
public void setCompleteExpression(String completeExpression)
completeExpression
- the group expression to setpublic String getExpression()
public void setExpression(String groupExpression)
groupExpression
- the group expression to setpublic String getVariable()
public void setVariable(String variable)
variable
- the variable to setpublic String getFieldPath()
public void setFieldPath(String fieldPath)
fieldPath
- the field path to set