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