| 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 IdocType |
IdocSegmentType.idocType |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<IdocType> |
IdocField.idocType |
protected ItemList<IdocType> |
Host.idocTypes |
protected ItemList<IdocType> |
IdocSegmentType.ofIdocType |
| Modifier and Type | Method and Description |
|---|---|
IdocType |
IdocSegmentType.getIdocType()
Retrieve the
idoc_type property (displayed as 'IDoc Type') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<IdocType> |
IdocField.getIdocType()
Retrieve the
idoc_type property (displayed as 'IDoc Type') of the object. |
ItemList<IdocType> |
Host.getIdocTypes()
Retrieve the
idoc_types property (displayed as 'IDoc Types') of the object. |
ItemList<IdocType> |
IdocSegmentType.getOfIdocType()
Retrieve the
of_idoc_type property (displayed as 'IDoc Type') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdocSegmentType.setIdocType(IdocType idocType)
Set the
idoc_type property (displayed as IDoc Type) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdocField.setIdocType(ItemList<IdocType> idocType)
Set the
idoc_type property (displayed as IDoc Type) of the object. |
void |
Host.setIdocTypes(ItemList<IdocType> idocTypes)
Set the
idoc_types property (displayed as IDoc Types) of the object. |
void |
IdocSegmentType.setOfIdocType(ItemList<IdocType> ofIdocType)
Set the
of_idoc_type property (displayed as IDoc Type) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.