Uses of Class
org.gcube.resourcemanagement.support.shared.types.RunningMode
-
Packages that use RunningMode Package Description org.gcube.resourcemanagement.support.client.utils org.gcube.resourcemanagement.support.shared.types -
-
Uses of RunningMode in org.gcube.resourcemanagement.support.client.utils
Methods in org.gcube.resourcemanagement.support.client.utils that return RunningMode Modifier and Type Method Description RunningModeCurrentStatus. getRunningMode()Methods in org.gcube.resourcemanagement.support.client.utils with parameters of type RunningMode Modifier and Type Method Description voidCurrentStatus. setRunningMode(RunningMode runningMode) -
Uses of RunningMode in org.gcube.resourcemanagement.support.shared.types
Methods in org.gcube.resourcemanagement.support.shared.types that return RunningMode Modifier and Type Method Description static RunningModeRunningMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RunningMode[]RunningMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-