public class TimeseriesWidgetLegendColumn extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TimeseriesWidgetLegendColumn.TimeseriesWidgetLegendColumnSerializer |
Modifier and Type | Field and Description |
---|---|
static TimeseriesWidgetLegendColumn |
AVG |
static TimeseriesWidgetLegendColumn |
MAX |
static TimeseriesWidgetLegendColumn |
MIN |
static TimeseriesWidgetLegendColumn |
SUM |
static TimeseriesWidgetLegendColumn |
VALUE |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return true if this TimeseriesWidgetLegendColumn object is equal to o.
|
static TimeseriesWidgetLegendColumn |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final TimeseriesWidgetLegendColumn VALUE
public static final TimeseriesWidgetLegendColumn AVG
public static final TimeseriesWidgetLegendColumn SUM
public static final TimeseriesWidgetLegendColumn MIN
public static final TimeseriesWidgetLegendColumn MAX
public boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static TimeseriesWidgetLegendColumn fromValue(String value)
Copyright © 2023. All rights reserved.