Uses of Class
adalid.core.enums.ExportQueryType
-
Packages that use ExportQueryType Package Description adalid.core adalid.core.annotations adalid.core.enums -
-
Uses of ExportQueryType in adalid.core
Methods in adalid.core that return ExportQueryType Modifier and Type Method Description ExportQueryTypeExportOperation. getQueryType() -
Uses of ExportQueryType in adalid.core.annotations
Methods in adalid.core.annotations that return ExportQueryType Modifier and Type Method Description ExportQueryTypetype()type especifica el tipo de consulta de la operación. -
Uses of ExportQueryType in adalid.core.enums
Methods in adalid.core.enums that return ExportQueryType Modifier and Type Method Description static ExportQueryTypeExportQueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportQueryType[]ExportQueryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-