|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.conf.MappedTable
public class MappedTable
Java class for MappedTable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MappedTable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="input" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="output" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
input
|
protected String |
output
|
| Constructor Summary | |
|---|---|
MappedTable()
|
|
| Method Summary | |
|---|---|
String |
getInput()
Gets the value of the input property. |
String |
getOutput()
Gets the value of the output property. |
void |
setInput(String value)
Sets the value of the input property. |
void |
setOutput(String value)
Sets the value of the output property. |
MappedTable |
withInput(String value)
|
MappedTable |
withOutput(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String input
protected String output
| Constructor Detail |
|---|
public MappedTable()
| Method Detail |
|---|
public String getInput()
Stringpublic void setInput(String value)
value - allowed object is
Stringpublic String getOutput()
Stringpublic void setOutput(String value)
value - allowed object is
Stringpublic MappedTable withInput(String value)
public MappedTable withOutput(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||