| 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<MatchSpecification> |
TransformationProject.matchSpecifications |
protected ItemList<MatchSpecification> |
Stage.matchSpecifications |
| Modifier and Type | Method and Description |
|---|---|
ItemList<MatchSpecification> |
TransformationProject.getMatchSpecifications()
Retrieve the
match_specifications property (displayed as 'Match Specifications') of the object. |
ItemList<MatchSpecification> |
Stage.getMatchSpecifications()
Retrieve the
match_specifications property (displayed as 'Match Specifications') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformationProject.setMatchSpecifications(ItemList<MatchSpecification> matchSpecifications)
Set the
match_specifications property (displayed as Match Specifications) of the object. |
void |
Stage.setMatchSpecifications(ItemList<MatchSpecification> matchSpecifications)
Set the
match_specifications property (displayed as Match Specifications) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.