Uses of Class
org.gatein.pc.api.LifeCyclePhase
-
Packages that use LifeCyclePhase Package Description org.gatein.pc.api -
-
Uses of LifeCyclePhase in org.gatein.pc.api
Methods in org.gatein.pc.api that return LifeCyclePhase Modifier and Type Method Description static LifeCyclePhaseLifeCyclePhase. valueOf(String name)Returns the enum constant of this type with the specified name.static LifeCyclePhase[]LifeCyclePhase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-