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