java.lang.Object
com.genologics.ri.configuration.FieldDynamicPreset
- All Implemented Interfaces:
Serializable
The detailed representation of a field dynamic UDF preset.
Illumina have said that this class is not actually released, and there's nothing in Clarity that uses it.
- Since:
- 2.34
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for creating an empty FieldDynamicPreset object.FieldDynamicPreset(String value) Constructor for creating a FieldDynamicPreset with a specific value. -
Method Summary
-
Field Details
-
value
The preset value.
-
-
Constructor Details
-
FieldDynamicPreset
public FieldDynamicPreset()Constructor for creating an empty FieldDynamicPreset object. -
FieldDynamicPreset
Constructor for creating a FieldDynamicPreset with a specific value.- Parameters:
value- The preset value.
-
-
Method Details