| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Method and Description |
|---|---|
ItemList<EntityAttribute> |
LogicalForeignKey.getChildEntityAttributes()
Retrieve the
child_entity_attributes property (displayed as 'Child Entity Attributes') of the object. |
ItemList<EntityAttribute> |
EntityAttribute.getChildLogicalForeignKeys()
Retrieve the
child_logical_foreign_keys property (displayed as 'Child Logical Foreign Keys') of the object. |
ItemList<EntityAttribute> |
LogicalInversionKey.getDefinedOnEntityAttributes()
Retrieve the
defined_on_entity_attributes property (displayed as 'Referenced by Entity Attributes') of the object. |
ItemList<EntityAttribute> |
LogicalKey.getDefinedOnEntityAttributes()
Retrieve the
defined_on_entity_attributes property (displayed as 'Defined on Entity Attributes') of the object. |
ItemList<EntityAttribute> |
LogicalDomain.getEntityAttributes()
Retrieve the
entity_attributes property (displayed as 'Entity Attributes') of the object. |
ItemList<EntityAttribute> |
LogicalEntity.getEntityAttributes()
Retrieve the
entity_attributes property (displayed as 'Entity Attributes') of the object. |
ItemList<EntityAttribute> |
AmazonS3DataFileField.getImplementsEntityAttributes()
Retrieve the
implements_entity_attributes property (displayed as 'Implements Entity Attributes') of the object. |
ItemList<EntityAttribute> |
DatabaseColumn.getImplementsEntityAttributes()
Retrieve the
implements_entity_attributes property (displayed as 'Implements Entity Attributes') of the object. |
ItemList<EntityAttribute> |
DataFileField.getImplementsEntityAttributes()
Retrieve the
implements_entity_attributes property (displayed as 'Implements Entity Attributes') of the object. |
ItemList<EntityAttribute> |
DesignColumn.getImplementsEntityAttributes()
Retrieve the
implements_entity_attributes property (displayed as 'Implements Entity Attributes') of the object. |
ItemList<EntityAttribute> |
ReferenceKey.getReferencedByAttribute()
Retrieve the
referenced_by_attribute property (displayed as 'Parent Entity Attribute') of the object. |
ItemList<EntityAttribute> |
LogicalForeignKey.getReferencedByEntityAttributes()
Retrieve the
referenced_by_entity_attributes property (displayed as 'Parent Entity Attribute') of the object. |
ItemList<EntityAttribute> |
LogicalValidationList.getUsedByEntityAttributes()
Retrieve the
used_by_entity_attributes property (displayed as 'Used by Entity Attributes') of the object. |
ItemList<EntityAttribute> |
LogicalValidationRange.getUsedByEntityAttributes()
Retrieve the
used_by_entity_attributes property (displayed as 'Used by Entity Attributes') of the object. |
ItemList<EntityAttribute> |
LogicalValidationRule.getUsedByEntityAttributes()
Retrieve the
used_by_entity_attributes property (displayed as 'Used by Entity Attributes') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalForeignKey.setChildEntityAttributes(ItemList<EntityAttribute> childEntityAttributes)
Set the
child_entity_attributes property (displayed as Child Entity Attributes) of the object. |
void |
EntityAttribute.setChildLogicalForeignKeys(ItemList<EntityAttribute> childLogicalForeignKeys)
Set the
child_logical_foreign_keys property (displayed as Child Logical Foreign Keys) of the object. |
void |
LogicalInversionKey.setDefinedOnEntityAttributes(ItemList<EntityAttribute> definedOnEntityAttributes)
Set the
defined_on_entity_attributes property (displayed as Referenced by Entity Attributes) of the object. |
void |
LogicalKey.setDefinedOnEntityAttributes(ItemList<EntityAttribute> definedOnEntityAttributes)
Set the
defined_on_entity_attributes property (displayed as Defined on Entity Attributes) of the object. |
void |
LogicalDomain.setEntityAttributes(ItemList<EntityAttribute> entityAttributes)
Set the
entity_attributes property (displayed as Entity Attributes) of the object. |
void |
LogicalEntity.setEntityAttributes(ItemList<EntityAttribute> entityAttributes)
Set the
entity_attributes property (displayed as Entity Attributes) of the object. |
void |
AmazonS3DataFileField.setImplementsEntityAttributes(ItemList<EntityAttribute> implementsEntityAttributes)
Set the
implements_entity_attributes property (displayed as Implements Entity Attributes) of the object. |
void |
DatabaseColumn.setImplementsEntityAttributes(ItemList<EntityAttribute> implementsEntityAttributes)
Set the
implements_entity_attributes property (displayed as Implements Entity Attributes) of the object. |
void |
DataFileField.setImplementsEntityAttributes(ItemList<EntityAttribute> implementsEntityAttributes)
Set the
implements_entity_attributes property (displayed as Implements Entity Attributes) of the object. |
void |
DesignColumn.setImplementsEntityAttributes(ItemList<EntityAttribute> implementsEntityAttributes)
Set the
implements_entity_attributes property (displayed as Implements Entity Attributes) of the object. |
void |
ReferenceKey.setReferencedByAttribute(ItemList<EntityAttribute> referencedByAttribute)
Set the
referenced_by_attribute property (displayed as Parent Entity Attribute) of the object. |
void |
LogicalForeignKey.setReferencedByEntityAttributes(ItemList<EntityAttribute> referencedByEntityAttributes)
Set the
referenced_by_entity_attributes property (displayed as Parent Entity Attribute) of the object. |
void |
LogicalValidationList.setUsedByEntityAttributes(ItemList<EntityAttribute> usedByEntityAttributes)
Set the
used_by_entity_attributes property (displayed as Used by Entity Attributes) of the object. |
void |
LogicalValidationRange.setUsedByEntityAttributes(ItemList<EntityAttribute> usedByEntityAttributes)
Set the
used_by_entity_attributes property (displayed as Used by Entity Attributes) of the object. |
void |
LogicalValidationRule.setUsedByEntityAttributes(ItemList<EntityAttribute> usedByEntityAttributes)
Set the
used_by_entity_attributes property (displayed as Used by Entity Attributes) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.