Uses of Class
org.icatproject.Datafile
-
Packages that use Datafile Package Description org.icatproject -
-
Uses of Datafile in org.icatproject
Fields in org.icatproject declared as Datafile Modifier and Type Field Description protected DatafileDummy. arg0protected DatafileDataCollectionDatafile. datafileprotected DatafileDatafileParameter. datafileprotected DatafileRelatedDatafile. destDatafileprotected DatafileRelatedDatafile. sourceDatafileFields in org.icatproject with type parameters of type Datafile Modifier and Type Field Description protected List<Datafile>DatafileFormat. datafilesprotected List<Datafile>Dataset. datafilesMethods in org.icatproject that return Datafile Modifier and Type Method Description DatafileObjectFactory. createDatafile()Create an instance ofDatafileDatafileDummy. getArg0()Gets the value of the arg0 property.DatafileDataCollectionDatafile. getDatafile()Gets the value of the datafile property.DatafileDatafileParameter. getDatafile()Gets the value of the datafile property.DatafileRelatedDatafile. getDestDatafile()Gets the value of the destDatafile property.DatafileRelatedDatafile. getSourceDatafile()Gets the value of the sourceDatafile property.Methods in org.icatproject that return types with arguments of type Datafile Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Datafile>ObjectFactory. createDatafile(Datafile value)List<Datafile>DatafileFormat. getDatafiles()Gets the value of the datafiles property.List<Datafile>Dataset. getDatafiles()Gets the value of the datafiles property.Methods in org.icatproject with parameters of type Datafile Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Datafile>ObjectFactory. createDatafile(Datafile 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. setArg0(Datafile value)Sets the value of the arg0 property.voidDataCollectionDatafile. setDatafile(Datafile value)Sets the value of the datafile property.voidDatafileParameter. setDatafile(Datafile value)Sets the value of the datafile property.voidRelatedDatafile. setDestDatafile(Datafile value)Sets the value of the destDatafile property.voidRelatedDatafile. setSourceDatafile(Datafile value)Sets the value of the sourceDatafile property.
-