Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.CriticalityLevel
-
Packages that use CriticalityLevel Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of CriticalityLevel in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return CriticalityLevel Modifier and Type Method Description CriticalityLevelCriticalityGovernanceClassification. getCriticalityLevel()Return the definition of how critical this data item is to the organization.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.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type CriticalityLevel Modifier and Type Method Description voidCriticalityGovernanceClassification. setCriticalityLevel(CriticalityLevel criticalityLevel)Set up the definition of how critical this data item is to the organization.
-