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 with parameters of type MeaningProperties Modifier and Type Method Description voidMeaningElement. setMeaningProperties(MeaningProperties meaningProperties)Set up the properties for a meaning. -
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.
-