Class ValueDescriptor
java.lang.Object
com.motivewave.platform.sdk.common.desc.ValueDescriptor
Identifies and describes values that are generated by a study.
- Author:
- Tony
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionValueDescriptor
(Object key, ValueDescriptor.Formatter formatter, Enums.ValueType type, String label, String... labelValues) ConstructorValueDescriptor
(Object key, ValueDescriptor.Formatter formatter, Object[] choices, String label, String... labelValues) ValueDescriptor
(Object key, ValueDescriptor.Formatter formatter, String label, String... labelValues) ConstructorValueDescriptor
(Object key, Enums.ValueType type, String label, String... labelValues) ConstructorValueDescriptor
(Object key, Object[] choices, String label, String... labelValues) ValueDescriptor
(Object key, String label, String... labelValues) Constructor -
Method Summary
-
Constructor Details
-
ValueDescriptor
-
ValueDescriptor
public ValueDescriptor(Object key, ValueDescriptor.Formatter formatter, String label, String... labelValues) Constructor- Parameters:
key
-label
-labelValues
-
-
ValueDescriptor
Constructor- Parameters:
key
-type
-label
-labelValues
-
-
ValueDescriptor
public ValueDescriptor(Object key, ValueDescriptor.Formatter formatter, Enums.ValueType type, String label, String... labelValues) Constructor- Parameters:
key
-type
-label
-labelValues
-
-
ValueDescriptor
-
ValueDescriptor
public ValueDescriptor(Object key, ValueDescriptor.Formatter formatter, Object[] choices, String label, String... labelValues)
-
-
Method Details
-
getKey
- Returns:
- the key that may be used to retrieve a value in the data series.
-
getKeyAsString
-
getLabel
-
getLabel
-
getLabelValues
-
getType
-
getChoices
-
getFormatter
-
equals
-