Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.enums.CriticalityLevel
-
Packages that use CriticalityLevel Package Description org.odpi.openmetadata.accessservices.subjectarea.properties.classifications org.odpi.openmetadata.accessservices.subjectarea.properties.enums -
-
Uses of CriticalityLevel in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications that return CriticalityLevel Modifier and Type Method Description CriticalityLevelCriticality. getLevel()How critical is this data to the organization.Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications with parameters of type CriticalityLevel Modifier and Type Method Description voidCriticality. setLevel(CriticalityLevel level) -
Uses of CriticalityLevel in org.odpi.openmetadata.accessservices.subjectarea.properties.enums
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.enums that return CriticalityLevel Modifier and Type Method Description static CriticalityLevelCriticalityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static CriticalityLevel[]CriticalityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-