Uses of Class
com.genologics.ri.stepconfiguration.Field
Packages that use Field
Package
Description
Entities for step configuration in the Clarity system.
-
Uses of Field in com.genologics.ri.stepconfiguration
Subclasses of Field in com.genologics.ri.stepconfigurationModifier and TypeClassDescriptionclassA field has a name and an attach to value, these fields are used to keep track of all the UDF values for samples in ice bucket viewclassA field has a name and an attach to value, these fields are used to keep track of all the UDF values for samples in queue and work view as well as those on the actual stepFields in com.genologics.ri.stepconfiguration with type parameters of type FieldModifier and TypeFieldDescriptionProtocolStep.sampleFieldsList of fields to display for samples.ProtocolStep.stepFieldsList of fields to display on the step.Methods in com.genologics.ri.stepconfiguration that return FieldModifier and TypeMethodDescriptionProtocolStep.addStepField(Field field) Adds a step field.ObjectFactory.createField()Creates a new Field instance.ProtocolStep.setSampleFields(Field field) Adds a sample field.Methods in com.genologics.ri.stepconfiguration that return types with arguments of type FieldModifier and TypeMethodDescriptionProtocolStep.getSampleFields()Gets the list of sample fields.ProtocolStep.getStepFields()Gets the list of step fields.Methods in com.genologics.ri.stepconfiguration with parameters of type FieldModifier and TypeMethodDescriptionProtocolStep.addStepField(Field field) Adds a step field.ProtocolStep.setSampleFields(Field field) Adds a sample field.