Class ValueDescriptor

java.lang.Object
com.motivewave.platform.sdk.common.desc.ValueDescriptor

public class ValueDescriptor extends Object
Identifies and describes values that are generated by a study.
Author:
Tony
  • Constructor Details

  • Method Details

    • getKey

      public Object getKey()
      Returns:
      the key that may be used to retrieve a value in the data series.
    • getKeyAsString

      public String getKeyAsString()
    • getLabel

      public String getLabel()
    • getLabel

      public String getLabel(Settings settings)
    • getLabelValues

      public List<String> getLabelValues()
      These values are used to generate the label displayed in the cursor data window. Each of the strings in this list must map to a valid setting.
    • getType

      public Enums.ValueType getType()
    • getChoices

      public List<Object> getChoices()
    • getFormatter

      public ValueDescriptor.Formatter getFormatter()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object