Uses of Class
org.brijframework.context.impl.Stages
-
Packages that use Stages Package Description org.brijframework.context.impl -
-
Uses of Stages in org.brijframework.context.impl
Methods in org.brijframework.context.impl that return Stages Modifier and Type Method Description StagesAbstractContext. getStages()static StagesStages. valueOf(String name)Returns the enum constant of this type with the specified name.static Stages[]Stages. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.brijframework.context.impl with parameters of type Stages Modifier and Type Method Description protected voidAbstractContext. setStages(Stages stages)
-