public class MappedTable
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
input |
protected java.util.regex.Pattern |
inputExpression |
protected java.lang.String |
output |
Constructor and Description |
---|
MappedTable() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.String |
getInput()
The input table as defined in
Table.getName()
Either <input/> or <inputExpression/> must be provided. |
java.util.regex.Pattern |
getInputExpression()
A regular expression matching the input table name as defined in
Table.getName()
Either <input/> or <inputExpression/> must be provided |
java.lang.String |
getOutput()
The output table as it will be rendered in SQL.
|
void |
setInput(java.lang.String value)
Sets the value of the input property.
|
void |
setInputExpression(java.util.regex.Pattern value)
Sets the value of the inputExpression property.
|
void |
setOutput(java.lang.String value)
Sets the value of the output property.
|
MappedTable |
withInput(java.lang.String value) |
MappedTable |
withInputExpression(java.util.regex.Pattern value) |
MappedTable |
withOutput(java.lang.String value) |
protected java.lang.String input
protected java.util.regex.Pattern inputExpression
protected java.lang.String output
public java.lang.String getInput()
Table.getName()
Either <input/> or <inputExpression/> must be provided.String
public void setInput(java.lang.String value)
value
- allowed object is
String
public java.util.regex.Pattern getInputExpression()
Table.getName()
Either <input/> or <inputExpression/> must be providedString
public void setInputExpression(java.util.regex.Pattern value)
value
- allowed object is
String
public java.lang.String getOutput()
String
public void setOutput(java.lang.String value)
value
- allowed object is
String
public MappedTable withInput(java.lang.String value)
public MappedTable withInputExpression(java.util.regex.Pattern value)
public MappedTable withOutput(java.lang.String value)
public java.lang.Object clone()
clone
in class java.lang.Object
Copyright © 2018. All Rights Reserved.