Uses of Enum Class
org.eclipse.emf.cdo.server.db.evolution.phased.Phase
Packages that use Phase
Package
Description
A phased approach to database evolution.
-
Uses of Phase in org.eclipse.emf.cdo.server.db.evolution.phased
Methods in org.eclipse.emf.cdo.server.db.evolution.phased that return PhaseModifier and TypeMethodDescriptionprotected PhasePhasedModelEvolutionSupport.determineNextPhase()Determines the next phase to execute, skipping any phases without a handler.final PhaseBasicPhaseHandler.getPhase()Returns the phase this handler is associated with.Phase.Handler.getPhase()Returns the phase this handler is responsible for.PhasedModelEvolutionSupport.getPhase()Returns the current evolution phase.Phase.next()Returns the next phase in the model evolution process, ornullif this is the terminal phase.static PhaseParses the given string into a Phase.static PhaseReturns the enum constant of this class with the specified name.static Phase[]Phase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.emf.cdo.server.db.evolution.phased with parameters of type PhaseModifier and TypeMethodDescriptionPhasedModelEvolutionSupport.getPhaseHandler(Phase phase) Returns the phase handler for the given phase, ornullif none is set.protected abstract Phase.TransitionPhase.getTransitionTo(Phase nextPhase) final voidSets the phase this handler is associated with.voidSets the phase this handler is responsible for.Phase.transitionTo(Phase nextPhase)