Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.properties.MeaningProperties
-
Packages that use MeaningProperties Package Description org.odpi.openmetadata.accessservices.assetconsumer.elements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetconsumer.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of MeaningProperties in org.odpi.openmetadata.accessservices.assetconsumer.elements
Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements that return MeaningProperties Modifier and Type Method Description MeaningPropertiesMeaningElement. getMeaningProperties()Return the properties for a meaning.Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements 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.Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements with parameters of type MeaningProperties Modifier and Type Method Description voidMeaningElement. setMeaningProperties(MeaningProperties meaningProperties)Set up the properties for a meaning.Method parameters in org.odpi.openmetadata.accessservices.assetconsumer.elements 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.assetconsumer.properties
Constructors in org.odpi.openmetadata.accessservices.assetconsumer.properties with parameters of type MeaningProperties Constructor Description MeaningProperties(MeaningProperties template)Copy/clone constructor.
-