| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DsstageType
POJO for the
dsstage_type asset type in IGC, displayed as 'Stage Type' in the IGC UI. |
| Modifier and Type | Field and Description |
|---|---|
protected StageType |
Connector.implementsStageType |
protected StageType |
StageTypeDetail.ofStageType |
protected StageType |
Parameter.ofStageType |
| Modifier and Type | Method and Description |
|---|---|
StageType |
Connector.getImplementsStageType()
Retrieve the
implements_stage_type property (displayed as 'Implements Stage Type') of the object. |
StageType |
StageTypeDetail.getOfStageType()
Retrieve the
of_stage_type property (displayed as 'Stage Type') of the object. |
StageType |
Parameter.getOfStageType()
Retrieve the
of_stage_type property (displayed as 'Of Stage Type') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Connector.setImplementsStageType(StageType implementsStageType)
Set the
implements_stage_type property (displayed as Implements Stage Type) of the object. |
void |
StageTypeDetail.setOfStageType(StageType ofStageType)
Set the
of_stage_type property (displayed as Stage Type) of the object. |
void |
Parameter.setOfStageType(StageType ofStageType)
Set the
of_stage_type property (displayed as Of Stage Type) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.