Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
-
Packages that use SchemaAttributeRelationship Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of SchemaAttributeRelationship in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans with type parameters of type SchemaAttributeRelationship Modifier and Type Field Description protected List<SchemaAttributeRelationship>SchemaAttribute. attributeRelationshipsMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return types with arguments of type SchemaAttributeRelationship Modifier and Type Method Description List<SchemaAttributeRelationship>SchemaAttribute. getAttributeRelationships()Return any relationships to other schema attributes.Method parameters in org.odpi.openmetadata.frameworks.connectors.properties.beans with type arguments of type SchemaAttributeRelationship Modifier and Type Method Description voidSchemaAttribute. setAttributeRelationships(List<SchemaAttributeRelationship> attributeRelationships)Set up any relationships to other schema attributes.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type SchemaAttributeRelationship Constructor Description SchemaAttributeRelationship(SchemaAttributeRelationship template)Copy/clone constructor makes a copy of the supplied object.
-