Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ConfidenceGovernanceClassification
-
Packages that use ConfidenceGovernanceClassification Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ConfidenceGovernanceClassification in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as ConfidenceGovernanceClassification Modifier and Type Field Description protected ConfidenceGovernanceClassificationReferenceable. confidenceGovernanceClassificationMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return ConfidenceGovernanceClassification Modifier and Type Method Description ConfidenceGovernanceClassificationReferenceable. getConfidenceGovernanceClassification()Return the classification that defines how confident a user should be in the quality of the contents of this referenceable are.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ConfidenceGovernanceClassification Modifier and Type Method Description voidReferenceable. setConfidenceGovernanceClassification(ConfidenceGovernanceClassification confidenceGovernanceClassification)Set up the classification that defines how confident a user should be in the quality of the contents of this referenceable are.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ConfidenceGovernanceClassification Constructor Description ConfidenceGovernanceClassification(ConfidenceGovernanceClassification template)Copy/clone constructor.
-