public static enum MeasurementJComboBox.InputMeasurementType extends java.lang.Enum<MeasurementJComboBox.InputMeasurementType>
| Enum Constant and Description |
|---|
CalculatedDataSeries |
CalculatedForStateTime |
DataSeries |
| Modifier and Type | Method and Description |
|---|---|
static MeasurementJComboBox.InputMeasurementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MeasurementJComboBox.InputMeasurementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeasurementJComboBox.InputMeasurementType DataSeries
public static final MeasurementJComboBox.InputMeasurementType CalculatedDataSeries
public static final MeasurementJComboBox.InputMeasurementType CalculatedForStateTime
public static MeasurementJComboBox.InputMeasurementType[] values()
for (MeasurementJComboBox.InputMeasurementType c : MeasurementJComboBox.InputMeasurementType.values()) System.out.println(c);
public static MeasurementJComboBox.InputMeasurementType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null