Uses of Class
org.eclipse.emf.compare.ide.ui.internal.logical.resolver.ResourceComputationScheduler.ShutdownState
-
Packages that use ResourceComputationScheduler.ShutdownState Package Description org.eclipse.emf.compare.ide.ui.internal.logical.resolver -
-
Uses of ResourceComputationScheduler.ShutdownState in org.eclipse.emf.compare.ide.ui.internal.logical.resolver
Methods in org.eclipse.emf.compare.ide.ui.internal.logical.resolver that return ResourceComputationScheduler.ShutdownState Modifier and Type Method Description ResourceComputationScheduler.ShutdownState
ResourceComputationScheduler.ShutdownStatus. getState()
static ResourceComputationScheduler.ShutdownState
ResourceComputationScheduler.ShutdownState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceComputationScheduler.ShutdownState[]
ResourceComputationScheduler.ShutdownState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-