Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ConfidenceLevel
-
Packages that use ConfidenceLevel Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ConfidenceLevel in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return ConfidenceLevel Modifier and Type Method Description ConfidenceLevelConfidenceGovernanceClassification. getConfidenceLevel()Return the level of confidence in the quality of this data.static ConfidenceLevelConfidenceLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfidenceLevel[]ConfidenceLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ConfidenceLevel Modifier and Type Method Description voidConfidenceGovernanceClassification. setConfidenceLevel(ConfidenceLevel confidenceLevel)Set up the level of confidence in the quality of this data.
-