Uses of Class
adalid.core.enums.HelpFileAutoName
-
Packages that use HelpFileAutoName Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of HelpFileAutoName in adalid.core
Methods in adalid.core that return HelpFileAutoName Modifier and Type Method Description HelpFileAutoNameAbstractEntity. getHelpFileAutoName()HelpFileAutoNameProject. getHelpFileAutoName()Methods in adalid.core with parameters of type HelpFileAutoName Modifier and Type Method Description protected voidAbstractEntity. setHelpFileAutoName(HelpFileAutoName helpFileAutoName)protected voidProject. setHelpFileAutoName(HelpFileAutoName helpFileAutoName) -
Uses of HelpFileAutoName in adalid.core.annotations
Methods in adalid.core.annotations that return HelpFileAutoName Modifier and Type Method Description HelpFileAutoNamehelpFileAutoName()helpFileAutoName especifica el método de generación automática del nombre del archivo de ayuda de las vistas (páginas) de la entidad.HelpFileAutoNamehelpFileAutoName()helpFileAutoName especifica el método de generación automática del nombre del archivo de ayuda de las vistas (páginas) del proyecto.HelpFileAutoNamehelpFileAutoName()helpFileAutoName especifica el método de generación automática del nombre del archivo de ayuda de las vistas (páginas) del módulo. -
Uses of HelpFileAutoName in adalid.core.enums
Methods in adalid.core.enums that return HelpFileAutoName Modifier and Type Method Description static HelpFileAutoNameHelpFileAutoName. valueOf(String name)Returns the enum constant of this type with the specified name.static HelpFileAutoName[]HelpFileAutoName. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HelpFileAutoName in adalid.core.interfaces
Methods in adalid.core.interfaces that return HelpFileAutoName Modifier and Type Method Description HelpFileAutoNameEntity. getHelpFileAutoName()
-