Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.elements.ElementClassification
-
Packages that use ElementClassification Package Description org.odpi.openmetadata.accessservices.assetconsumer.elements The metadata elements describe the way that metadata is returned from the repository. -
-
Uses of ElementClassification in org.odpi.openmetadata.accessservices.assetconsumer.elements
Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements that return types with arguments of type ElementClassification Modifier and Type Method Description List<ElementClassification>ElementHeader. getClassifications()Return the list of classifications associated with the metadata element.Method parameters in org.odpi.openmetadata.accessservices.assetconsumer.elements with type arguments of type ElementClassification Modifier and Type Method Description voidElementHeader. setClassifications(List<ElementClassification> classifications)Set up the classifications associated with this metadata element.Constructors in org.odpi.openmetadata.accessservices.assetconsumer.elements with parameters of type ElementClassification Constructor Description ElementClassification(ElementClassification template)Copy/clone constructor
-