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