| 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 ItemList<JobConstraint> |
StageColumn.constraints |
protected ItemList<JobConstraint> |
Stage.constraints |
| Modifier and Type | Method and Description |
|---|---|
ItemList<JobConstraint> |
StageColumn.getConstraints()
Retrieve the
constraints property (displayed as 'Constraints') of the object. |
ItemList<JobConstraint> |
Stage.getConstraints()
Retrieve the
constraints property (displayed as 'Constraints') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
StageColumn.setConstraints(ItemList<JobConstraint> constraints)
Set the
constraints property (displayed as Constraints) of the object. |
void |
Stage.setConstraints(ItemList<JobConstraint> constraints)
Set the
constraints property (displayed as Constraints) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.