Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ElementClassification
-
-
Uses of ElementClassification in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.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.digitalarchitecture.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.Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type ElementClassification Constructor Description ElementClassification(ElementClassification templateClassification)Copy/clone constructor -
Uses of ElementClassification in org.odpi.openmetadata.accessservices.digitalarchitecture.properties
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.properties that return types with arguments of type ElementClassification Modifier and Type Method Description List<ElementClassification>ReferenceableProperties. getClassifications()Return the list of classifications associated with the asset.Method parameters in org.odpi.openmetadata.accessservices.digitalarchitecture.properties with type arguments of type ElementClassification Modifier and Type Method Description voidReferenceableProperties. setClassifications(List<ElementClassification> classifications)Set up the classifications associated with this connection.
-