Uses of Class
org.icatproject.Dataset
-
Packages that use Dataset Package Description org.icatproject -
-
Uses of Dataset in org.icatproject
Fields in org.icatproject declared as Dataset Modifier and Type Field Description protected DatasetDummy. arg3protected DatasetDataCollectionDataset. datasetprotected DatasetDatafile. datasetprotected DatasetDatasetInstrument. datasetprotected DatasetDatasetParameter. datasetprotected DatasetDatasetTechnique. datasetFields in org.icatproject with type parameters of type Dataset Modifier and Type Field Description protected List<Dataset>DatasetType. datasetsprotected List<Dataset>Investigation. datasetsprotected List<Dataset>Sample. datasetsMethods in org.icatproject that return Dataset Modifier and Type Method Description DatasetObjectFactory. createDataset()Create an instance ofDatasetDatasetDummy. getArg3()Gets the value of the arg3 property.DatasetDataCollectionDataset. getDataset()Gets the value of the dataset property.DatasetDatafile. getDataset()Gets the value of the dataset property.DatasetDatasetInstrument. getDataset()Gets the value of the dataset property.DatasetDatasetParameter. getDataset()Gets the value of the dataset property.DatasetDatasetTechnique. getDataset()Gets the value of the dataset property.Methods in org.icatproject that return types with arguments of type Dataset Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Dataset>ObjectFactory. createDataset(Dataset value)List<Dataset>DatasetType. getDatasets()Gets the value of the datasets property.List<Dataset>Investigation. getDatasets()Gets the value of the datasets property.List<Dataset>Sample. getDatasets()Gets the value of the datasets property.Methods in org.icatproject with parameters of type Dataset Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Dataset>ObjectFactory. createDataset(Dataset value)voidICAT. dummy(Datafile arg0, DatafileFormat arg1, DatafileParameter arg2, Dataset arg3, DatasetParameter arg4, DatasetType arg5, Facility arg6, FacilityCycle arg7, InstrumentScientist arg8, User arg9, Instrument arg10, Investigation arg11, InvestigationType arg12, InvestigationUser arg13, Keyword arg14, ParameterType arg15, Publication arg16, RelatedDatafile arg17, Sample arg18, SampleParameter arg19, Shift arg20, Study arg21, StudyInvestigation arg22, StudyStatus arg23, Application arg24, Job arg25, DataCollection arg26, DataCollectionParameter arg27, DataCollectionDataset arg28, DataCollectionDatafile arg29, Grouping arg30, UserGroup arg31, PublicStep arg32, FieldSet arg33)voidDummy. setArg3(Dataset value)Sets the value of the arg3 property.voidDataCollectionDataset. setDataset(Dataset value)Sets the value of the dataset property.voidDatafile. setDataset(Dataset value)Sets the value of the dataset property.voidDatasetInstrument. setDataset(Dataset value)Sets the value of the dataset property.voidDatasetParameter. setDataset(Dataset value)Sets the value of the dataset property.voidDatasetTechnique. setDataset(Dataset value)Sets the value of the dataset property.
-