| 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 DataFileRecord |
AmazonS3DataFileField.dataFileRecord |
protected DataFileRecord |
DataFileField.dataFileRecord |
protected DataFileRecord |
FileRecordAnalysis.dataFileRecord |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DataFileRecord> |
DataFile.dataFileRecords |
protected ItemList<DataFileRecord> |
AmazonS3DataFile.dataFileRecords |
protected ItemList<DataFileRecord> |
DesignView.implementedByDataFileElements |
protected ItemList<DataFileRecord> |
DesignTable.implementedByDataFileElements |
| Modifier and Type | Method and Description |
|---|---|
DataFileRecord |
AmazonS3DataFileField.getDataFileRecord()
Retrieve the
data_file_record property (displayed as 'Data File Record') of the object. |
DataFileRecord |
DataFileField.getDataFileRecord()
Retrieve the
data_file_record property (displayed as 'Data File Record') of the object. |
DataFileRecord |
FileRecordAnalysis.getDataFileRecord()
Retrieve the
data_file_record property (displayed as 'Data File Record') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataFileRecord> |
DataFile.getDataFileRecords()
Retrieve the
data_file_records property (displayed as 'Data File Records') of the object. |
ItemList<DataFileRecord> |
AmazonS3DataFile.getDataFileRecords()
Retrieve the
data_file_records property (displayed as 'Data File Records') of the object. |
ItemList<DataFileRecord> |
DesignView.getImplementedByDataFileElements()
Retrieve the
implemented_by_data_file_elements property (displayed as 'Implemented by Data File Records') of the object. |
ItemList<DataFileRecord> |
DesignTable.getImplementedByDataFileElements()
Retrieve the
implemented_by_data_file_elements property (displayed as 'Implemented by Data File Records') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonS3DataFileField.setDataFileRecord(DataFileRecord dataFileRecord)
Set the
data_file_record property (displayed as Data File Record) of the object. |
void |
DataFileField.setDataFileRecord(DataFileRecord dataFileRecord)
Set the
data_file_record property (displayed as Data File Record) of the object. |
void |
FileRecordAnalysis.setDataFileRecord(DataFileRecord dataFileRecord)
Set the
data_file_record property (displayed as Data File Record) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFile.setDataFileRecords(ItemList<DataFileRecord> dataFileRecords)
Set the
data_file_records property (displayed as Data File Records) of the object. |
void |
AmazonS3DataFile.setDataFileRecords(ItemList<DataFileRecord> dataFileRecords)
Set the
data_file_records property (displayed as Data File Records) of the object. |
void |
DesignView.setImplementedByDataFileElements(ItemList<DataFileRecord> implementedByDataFileElements)
Set the
implemented_by_data_file_elements property (displayed as Implemented by Data File Records) of the object. |
void |
DesignTable.setImplementedByDataFileElements(ItemList<DataFileRecord> implementedByDataFileElements)
Set the
implemented_by_data_file_elements property (displayed as Implemented by Data File Records) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.