Uses of Class
org.gcube.informationsystem.resource_checker.beans.OperationLevel
-
Packages that use OperationLevel Package Description org.gcube.informationsystem.resource_checker.beans -
-
Uses of OperationLevel in org.gcube.informationsystem.resource_checker.beans
Methods in org.gcube.informationsystem.resource_checker.beans that return OperationLevel Modifier and Type Method Description OperationLevelBasicFunctionalityBean. getOpLevel()static OperationLevelOperationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationLevel[]OperationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.informationsystem.resource_checker.beans with parameters of type OperationLevel Modifier and Type Method Description voidBasicFunctionalityBean. setOpLevel(OperationLevel opLevel)
-