Uses of Class
com.genologics.ri.processtemplate.Parameter
Packages that use Parameter
Package
Description
Entities for process templates in the Clarity system.
-
Uses of Parameter in com.genologics.ri.processtemplate
Fields in com.genologics.ri.processtemplate declared as ParameterModifier and TypeFieldDescriptionprotected ParameterProcessTemplate.parameterThe process parameter for external program integration.Methods in com.genologics.ri.processtemplate that return ParameterModifier and TypeMethodDescriptionObjectFactory.createParameter()Creates a new Parameter instance.ProcessTemplate.getParameter()Gets the parameter.Methods in com.genologics.ri.processtemplate that return types with arguments of type ParameterModifier and TypeMethodDescriptionObjectFactory.createProcessTemplateProcessParameter(Parameter value) Creates a JAXBElement for process template parameter.Methods in com.genologics.ri.processtemplate with parameters of type ParameterModifier and TypeMethodDescriptionObjectFactory.createProcessTemplateProcessParameter(Parameter value) Creates a JAXBElement for process template parameter.voidProcessTemplate.setParameter(Parameter parameter) Sets the parameter.