| 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 TransformsFunction |
Dsmetabag.ofDsTransform |
protected TransformsFunction |
TransformArgument.transform |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<TransformsFunction> |
DataElement.transforms |
protected ItemList<TransformsFunction> |
TransformationProject.transforms |
| Modifier and Type | Method and Description |
|---|---|
TransformsFunction |
Dsmetabag.getOfDsTransform()
Retrieve the
of_ds_transform property (displayed as 'Of DS Transform') of the object. |
TransformsFunction |
TransformArgument.getTransform()
Retrieve the
transform property (displayed as 'Transform') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<TransformsFunction> |
DataElement.getTransforms()
Retrieve the
transforms property (displayed as 'Transforms') of the object. |
ItemList<TransformsFunction> |
TransformationProject.getTransforms()
Retrieve the
transforms property (displayed as 'Transforms') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Dsmetabag.setOfDsTransform(TransformsFunction ofDsTransform)
Set the
of_ds_transform property (displayed as Of DS Transform) of the object. |
void |
TransformArgument.setTransform(TransformsFunction transform)
Set the
transform property (displayed as Transform) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataElement.setTransforms(ItemList<TransformsFunction> transforms)
Set the
transforms property (displayed as Transforms) of the object. |
void |
TransformationProject.setTransforms(ItemList<TransformsFunction> transforms)
Set the
transforms property (displayed as Transforms) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.