| 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<DataRule> |
DataFileField.datafileDataRules |
protected ItemList<DataRule> |
DatabaseColumn.dataRules |
protected ItemList<DataRule> |
NonPublishedDataRuleDefinition.dataRules |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataRule> |
DataFileField.getDatafileDataRules()
Retrieve the
datafile_data_rules property (displayed as 'Data Rules') of the object. |
ItemList<DataRule> |
DatabaseColumn.getDataRules()
Retrieve the
data_rules property (displayed as 'Data Rules') of the object. |
ItemList<DataRule> |
NonPublishedDataRuleDefinition.getDataRules()
Retrieve the
data_rules property (displayed as 'Data Rules') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFileField.setDatafileDataRules(ItemList<DataRule> datafileDataRules)
Set the
datafile_data_rules property (displayed as Data Rules) of the object. |
void |
DatabaseColumn.setDataRules(ItemList<DataRule> dataRules)
Set the
data_rules property (displayed as Data Rules) of the object. |
void |
NonPublishedDataRuleDefinition.setDataRules(ItemList<DataRule> dataRules)
Set the
data_rules property (displayed as Data Rules) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.