Class FieldDynamicPreset

java.lang.Object
com.genologics.ri.configuration.FieldDynamicPreset
All Implemented Interfaces:
Serializable

public class FieldDynamicPreset extends Object implements 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 Details

    • value

      protected String value
      The preset value.
  • Constructor Details

    • FieldDynamicPreset

      public FieldDynamicPreset()
      Constructor for creating an empty FieldDynamicPreset object.
    • FieldDynamicPreset

      public FieldDynamicPreset(String value)
      Constructor for creating a FieldDynamicPreset with a specific value.
      Parameters:
      value - The preset value.
  • Method Details

    • getValue

      public String getValue()
      Gets the preset value.
      Returns:
      The preset value.
    • setValue

      public void setValue(String value)
      Sets the preset value.
      Parameters:
      value - The preset value.
    • toString

      public String toString()
      Returns the string representation of this preset, which is its value.
      Overrides:
      toString in class Object
      Returns:
      The preset value.