Uses of Enum Class
adalid.core.enums.ProjectStage
Packages that use ProjectStage
-
Uses of ProjectStage in adalid.core.enums
Methods in adalid.core.enums that return ProjectStageModifier and TypeMethodDescriptionstatic ProjectStageReturns the enum constant of this class with the specified name.static ProjectStage[]ProjectStage.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProjectStage in adalid.jee2.meta.proyecto.base
Methods in adalid.jee2.meta.proyecto.base that return ProjectStageModifier and TypeMethodDescriptionprotected ProjectStageProyectoJava1.getDefaultProjectStage()ProyectoJava1.getProjectStage()Methods in adalid.jee2.meta.proyecto.base with parameters of type ProjectStageModifier and TypeMethodDescriptionvoidProyectoJava1.setProjectStage(ProjectStage stage) El método setProjectStage se utiliza para especificar la etapa en la que se encuentra el proyecto generado.