Uses of Class
cronapp.reports.j4c.commons.J4CDatasetType
-
Packages that use J4CDatasetType Package Description cronapp.reports.j4c.commons cronapp.reports.j4c.dataset -
-
Uses of J4CDatasetType in cronapp.reports.j4c.commons
Methods in cronapp.reports.j4c.commons that return J4CDatasetType Modifier and Type Method Description static J4CDatasetTypeJ4CDatasetType. valueOf(String name)Returns the enum constant of this type with the specified name.static J4CDatasetType[]J4CDatasetType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of J4CDatasetType in cronapp.reports.j4c.dataset
Methods in cronapp.reports.j4c.dataset that return J4CDatasetType Modifier and Type Method Description J4CDatasetTypeJ4CDataset. getDatasetType()Methods in cronapp.reports.j4c.dataset with parameters of type J4CDatasetType Modifier and Type Method Description voidJ4CDataset. setDatasetType(J4CDatasetType datasetType)
-