Uses of Class
org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Packages that use SchemaAttributeRelationshipProperties Package Description org.odpi.openmetadata.accessservices.assetowner.properties This package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of SchemaAttributeRelationshipProperties in org.odpi.openmetadata.accessservices.assetowner.properties
Methods in org.odpi.openmetadata.accessservices.assetowner.properties that return types with arguments of type SchemaAttributeRelationshipProperties Modifier and Type Method Description List<SchemaAttributeRelationshipProperties>SchemaAttributeProperties. getAttributeRelationships()Return any relationships to other schema attributes.Method parameters in org.odpi.openmetadata.accessservices.assetowner.properties with type arguments of type SchemaAttributeRelationshipProperties Modifier and Type Method Description voidSchemaAttributeProperties. setAttributeRelationships(List<SchemaAttributeRelationshipProperties> attributeRelationships)Set up any relationships to other schema attributes.Constructors in org.odpi.openmetadata.accessservices.assetowner.properties with parameters of type SchemaAttributeRelationshipProperties Constructor Description SchemaAttributeRelationshipProperties(SchemaAttributeRelationshipProperties template)Copy/clone constructor makes a copy of the supplied object.
-