Uses of Class
com.genologics.ri.stepconfiguration.StepProperty
Packages that use StepProperty
Package
Description
Entities for step configuration in the Clarity system.
-
Uses of StepProperty in com.genologics.ri.stepconfiguration
Fields in com.genologics.ri.stepconfiguration with type parameters of type StepPropertyModifier and TypeFieldDescriptionprotected List<StepProperty>ProtocolStep.stepPropertiesList of step properties.Methods in com.genologics.ri.stepconfiguration that return StepPropertyModifier and TypeMethodDescriptionProtocolStep.addStepProperty(StepProperty property) Adds a step property.ProtocolStep.addStepProperty(String name, String value) Adds a step property with name and value.ObjectFactory.createStepProperty()Creates a new StepProperty instance.Methods in com.genologics.ri.stepconfiguration that return types with arguments of type StepPropertyModifier and TypeMethodDescriptionProtocolStep.getStepProperties()Gets the list of step properties.Methods in com.genologics.ri.stepconfiguration with parameters of type StepPropertyModifier and TypeMethodDescriptionProtocolStep.addStepProperty(StepProperty property) Adds a step property.