Uses of Class
adalid.core.enums.ProjectStage
-
Packages that use ProjectStage Package Description adalid.core.enums adalid.jee2.meta.proyecto.base -
-
Uses of ProjectStage in adalid.core.enums
Methods in adalid.core.enums that return ProjectStage Modifier and Type Method Description static ProjectStageProjectStage. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectStage[]ProjectStage. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProjectStage in adalid.jee2.meta.proyecto.base
Methods in adalid.jee2.meta.proyecto.base that return ProjectStage Modifier and Type Method Description protected ProjectStageProyectoJava1. getDefaultProjectStage()ProjectStageProyectoJava1. getProjectStage()Methods in adalid.jee2.meta.proyecto.base with parameters of type ProjectStage Modifier and Type Method Description voidProyectoJava1. setProjectStage(ProjectStage stage)El método setProjectStage se utiliza para especificar la etapa en la que se encuentra el proyecto generado.
-