Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.properties.InformalTagProperties
-
Packages that use InformalTagProperties 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 InformalTagProperties in org.odpi.openmetadata.accessservices.assetconsumer.elements
Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements that return InformalTagProperties Modifier and Type Method Description InformalTagPropertiesInformalTagElement. getInformalTagProperties()Return the properties of the informal tag.Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements with parameters of type InformalTagProperties Modifier and Type Method Description voidInformalTagElement. setInformalTagProperties(InformalTagProperties informalTagProperties)Set up the properties of the informal tag. -
Uses of InformalTagProperties in org.odpi.openmetadata.accessservices.assetconsumer.properties
Constructors in org.odpi.openmetadata.accessservices.assetconsumer.properties with parameters of type InformalTagProperties Constructor Description InformalTagProperties(InformalTagProperties template)Copy/clone constructor.
-