Uses of Class
org.icatproject.Instrument
-
Packages that use Instrument Package Description org.icatproject -
-
Uses of Instrument in org.icatproject
Fields in org.icatproject declared as Instrument Modifier and Type Field Description protected InstrumentDummy. arg10protected InstrumentDatasetInstrument. instrumentprotected InstrumentInstrumentScientist. instrumentprotected InstrumentInvestigationInstrument. instrumentprotected InstrumentShift. instrumentFields in org.icatproject with type parameters of type Instrument Modifier and Type Field Description protected List<Instrument>Facility. instrumentsMethods in org.icatproject that return Instrument Modifier and Type Method Description InstrumentObjectFactory. createInstrument()Create an instance ofInstrumentInstrumentDummy. getArg10()Gets the value of the arg10 property.InstrumentDatasetInstrument. getInstrument()Gets the value of the instrument property.InstrumentInstrumentScientist. getInstrument()Gets the value of the instrument property.InstrumentInvestigationInstrument. getInstrument()Gets the value of the instrument property.InstrumentShift. getInstrument()Gets the value of the instrument property.Methods in org.icatproject that return types with arguments of type Instrument Modifier and Type Method Description List<Instrument>Facility. getInstruments()Gets the value of the instruments property.Methods in org.icatproject with parameters of type Instrument Modifier and Type Method Description 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. setArg10(Instrument value)Sets the value of the arg10 property.voidDatasetInstrument. setInstrument(Instrument value)Sets the value of the instrument property.voidInstrumentScientist. setInstrument(Instrument value)Sets the value of the instrument property.voidInvestigationInstrument. setInstrument(Instrument value)Sets the value of the instrument property.voidShift. setInstrument(Instrument value)Sets the value of the instrument property.
-