Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.properties.ElementClassification
-
Packages that use ElementClassification Package Description org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements org.odpi.openmetadata.accessservices.stewardshipaction.properties This properties package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of ElementClassification in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements 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.stewardshipaction.metadataelements 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. -
Uses of ElementClassification in org.odpi.openmetadata.accessservices.stewardshipaction.properties
Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.properties with parameters of type ElementClassification Constructor Description ElementClassification(ElementClassification template)Copy/clone constructor
-