Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetSchemaAttributeRelationship
-
Packages that use AssetSchemaAttributeRelationship Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetSchemaAttributeRelationship in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that return types with arguments of type AssetSchemaAttributeRelationship Modifier and Type Method Description List<AssetSchemaAttributeRelationship>AssetSchemaAttribute. getAttributeRelationships()Return any relationships to other schema attributes.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetSchemaAttributeRelationship Constructor Description AssetSchemaAttributeRelationship(AssetDescriptor parentAsset, AssetSchemaAttributeRelationship template)Copy/clone constructor makes a copy of the supplied object.
-