Uses of Class
adalid.core.enums.ReportChartType
-
Packages that use ReportChartType Package Description adalid.core adalid.core.annotations adalid.core.enums -
-
Uses of ReportChartType in adalid.core
Methods in adalid.core that return ReportChartType Modifier and Type Method Description ReportChartType[]ReportOperation. getChartTypes()Methods in adalid.core that return types with arguments of type ReportChartType Modifier and Type Method Description List<ReportChartType>ReportOperation. getChartTypesList() -
Uses of ReportChartType in adalid.core.annotations
Methods in adalid.core.annotations that return ReportChartType Modifier and Type Method Description ReportChartType[]chartTypes()chartTypes especifica uno o más tipos de gráfico que puede generar la operación. -
Uses of ReportChartType in adalid.core.enums
Methods in adalid.core.enums that return ReportChartType Modifier and Type Method Description static ReportChartTypeReportChartType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportChartType[]ReportChartType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-