Uses of Class
com.genologics.ri.processtemplate.InstrumentLink
Packages that use InstrumentLink
Package
Description
Entities for process templates in the Clarity system.
-
Uses of InstrumentLink in com.genologics.ri.processtemplate
Fields in com.genologics.ri.processtemplate declared as InstrumentLinkModifier and TypeFieldDescriptionprotected InstrumentLinkProcessTemplate.instrumentThe instrument configured to run processes created from this template.Methods in com.genologics.ri.processtemplate that return InstrumentLinkModifier and TypeMethodDescriptionObjectFactory.createInstrument()Creates a new InstrumentLink instance.ProcessTemplate.getInstrument()Gets the instrument link.Methods in com.genologics.ri.processtemplate that return types with arguments of type InstrumentLinkModifier and TypeMethodDescriptionObjectFactory.createProcessTemplateInstrument(InstrumentLink value) Creates a JAXBElement for process template instrument.Methods in com.genologics.ri.processtemplate with parameters of type InstrumentLinkModifier and TypeMethodDescriptionObjectFactory.createProcessTemplateInstrument(InstrumentLink value) Creates a JAXBElement for process template instrument.voidProcessTemplate.setInstrument(InstrumentLink instrument) Sets the instrument.