| 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 DsstageType |
Dsmetabag.ofDsStageType |
protected DsstageType |
Stage.type |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DsstageType> |
TransformationProject.stageTypes |
| Modifier and Type | Method and Description |
|---|---|
DsstageType |
Dsmetabag.getOfDsStageType()
Retrieve the
of_ds_stage_type property (displayed as 'Of DS Stage Type') of the object. |
DsstageType |
Stage.getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DsstageType> |
TransformationProject.getStageTypes()
Retrieve the
stage_types property (displayed as 'Stage Types') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Dsmetabag.setOfDsStageType(DsstageType ofDsStageType)
Set the
of_ds_stage_type property (displayed as Of DS Stage Type) of the object. |
void |
Stage.setTheType(DsstageType type)
Set the
type property (displayed as Type) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformationProject.setStageTypes(ItemList<DsstageType> stageTypes)
Set the
stage_types property (displayed as Stage Types) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.