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