| 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<DataRuleSet> |
DataFileField.databaseDataRuleSets |
protected ItemList<DataRuleSet> |
DatabaseColumn.dataRuleSets |
protected ItemList<DataRuleSet> |
NonPublishedDataRuleSet.dataRuleSets |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataRuleSet> |
DataFileField.getDatabaseDataRuleSets()
Retrieve the
database_data_rule_sets property (displayed as 'Data Rule Sets') of the object. |
ItemList<DataRuleSet> |
DatabaseColumn.getDataRuleSets()
Retrieve the
data_rule_sets property (displayed as 'Data Rule Sets') of the object. |
ItemList<DataRuleSet> |
NonPublishedDataRuleSet.getDataRuleSets()
Retrieve the
data_rule_sets property (displayed as 'Data Rule Sets') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFileField.setDatabaseDataRuleSets(ItemList<DataRuleSet> databaseDataRuleSets)
Set the
database_data_rule_sets property (displayed as Data Rule Sets) of the object. |
void |
DatabaseColumn.setDataRuleSets(ItemList<DataRuleSet> dataRuleSets)
Set the
data_rule_sets property (displayed as Data Rule Sets) of the object. |
void |
NonPublishedDataRuleSet.setDataRuleSets(ItemList<DataRuleSet> dataRuleSets)
Set the
data_rule_sets property (displayed as Data Rule Sets) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.