Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.enums.ConfidenceLevel
-
Packages that use ConfidenceLevel Package Description org.odpi.openmetadata.accessservices.subjectarea.properties.classifications org.odpi.openmetadata.accessservices.subjectarea.properties.enums -
-
Uses of ConfidenceLevel in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications that return ConfidenceLevel Modifier and Type Method Description ConfidenceLevelConfidence. getLevel()Level of confidence in the quality of this data.Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications with parameters of type ConfidenceLevel Modifier and Type Method Description voidConfidence. setLevel(ConfidenceLevel level) -
Uses of ConfidenceLevel in org.odpi.openmetadata.accessservices.subjectarea.properties.enums
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.enums that return ConfidenceLevel Modifier and Type Method Description 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.
-