Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.RelatedElement
-
Packages that use RelatedElement Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements The metadata elements describe the way that metadata is returned from the repository. -
-
Uses of RelatedElement in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements that return RelatedElement Modifier and Type Method Description RelatedElementCollectionElement. getRelatedElement()Return details of the relationship used to retrieve this element.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type RelatedElement Modifier and Type Method Description voidCollectionElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type RelatedElement Constructor Description RelatedElement(RelatedElement template)Copy/clone constructor
-