Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.enums.ConfidentialityLevel
-
Packages that use ConfidentialityLevel Package Description org.odpi.openmetadata.accessservices.subjectarea.properties.enums -
-
Uses of ConfidentialityLevel in org.odpi.openmetadata.accessservices.subjectarea.properties.enums
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.enums that return ConfidentialityLevel Modifier and Type Method Description static ConfidentialityLevelConfidentialityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfidentialityLevel[]ConfidentialityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-