| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected Link |
StageColumn.link |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Link> |
Stage.inputLinks |
protected ItemList<Link> |
Stage.outputLinks |
| Modifier and Type | Method and Description |
|---|---|
Link |
StageColumn.getLink()
Retrieve the
link property (displayed as 'Link') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Link> |
Stage.getInputLinks()
Retrieve the
input_links property (displayed as 'Input Links') of the object. |
ItemList<Link> |
Stage.getOutputLinks()
Retrieve the
output_links property (displayed as 'Output Links') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
StageColumn.setLink(Link link)
Set the
link property (displayed as Link) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Stage.setInputLinks(ItemList<Link> inputLinks)
Set the
input_links property (displayed as Input Links) of the object. |
void |
Stage.setOutputLinks(ItemList<Link> outputLinks)
Set the
output_links property (displayed as Output Links) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.