Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.properties.MeaningProperties
-
Packages that use MeaningProperties 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 MeaningProperties in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements that return types with arguments of type MeaningProperties Modifier and Type Method Description List<MeaningProperties>ElementHeader. getMeanings()Return the assigned meanings for this metadata entity.Method parameters in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements with type arguments of type MeaningProperties Modifier and Type Method Description voidElementHeader. setMeanings(List<MeaningProperties> meanings)Set up the assigned meanings for this metadata entity. -
Uses of MeaningProperties in org.odpi.openmetadata.accessservices.stewardshipaction.properties
Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.properties with parameters of type MeaningProperties Constructor Description MeaningProperties(MeaningProperties template)Copy/clone constructor.
-