public class MappedTable extends Object implements Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
protected String |
input |
protected Pattern |
inputExpression |
protected String |
output |
Constructor and Description |
---|
MappedTable() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object that) |
String |
getInput()
The input table as defined in
Named.getName()
Either <input/> or <inputExpression/> must be provided. |
Pattern |
getInputExpression()
A regular expression matching the input table name as defined in
Named.getName()
Either <input/> or <inputExpression/> must be provided |
String |
getOutput()
The output table as it will be rendered in SQL.
|
int |
hashCode() |
void |
setInput(String value)
Sets the value of the input property.
|
void |
setInputExpression(Pattern value)
Sets the value of the inputExpression property.
|
void |
setOutput(String value)
Sets the value of the output property.
|
String |
toString() |
MappedTable |
withInput(String value) |
MappedTable |
withInputExpression(Pattern value) |
MappedTable |
withOutput(String value) |
protected String input
protected Pattern inputExpression
protected String output
public String getInput()
Named.getName()
Either <input/> or <inputExpression/> must be provided.String
public void setInput(String value)
value
- allowed object is
String
public Pattern getInputExpression()
Named.getName()
Either <input/> or <inputExpression/> must be providedString
public void setInputExpression(Pattern value)
value
- allowed object is
String
public String getOutput()
String
public void setOutput(String value)
value
- allowed object is
String
public MappedTable withInput(String value)
public MappedTable withInputExpression(Pattern value)
public MappedTable withOutput(String value)
Copyright © 2019. All rights reserved.