Uses of Enum Class
common.util.TwoPhaseMoveSelector.Phase
Packages that use TwoPhaseMoveSelector.Phase
-
Uses of TwoPhaseMoveSelector.Phase in common.util
Subclasses with type arguments of type TwoPhaseMoveSelector.Phase in common.utilModifier and TypeClassDescriptionstatic enum
Represents the current selection phase.Fields in common.util declared as TwoPhaseMoveSelector.PhaseMethods in common.util that return TwoPhaseMoveSelector.PhaseModifier and TypeMethodDescriptionTwoPhaseMoveSelector.getPhase()
Returns the current selection phase.static TwoPhaseMoveSelector.Phase
Returns the enum constant of this class with the specified name.static TwoPhaseMoveSelector.Phase[]
TwoPhaseMoveSelector.Phase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in common.util with parameters of type TwoPhaseMoveSelector.PhaseModifier and TypeMethodDescriptionprotected void
TwoPhaseMoveSelector.setPhase
(TwoPhaseMoveSelector.Phase phase) Sets the current selection phase.