public static enum MeasurementUploadEvent.EnumAggregationLevel extends Enum<MeasurementUploadEvent.EnumAggregationLevel>
| Enum Constant and Description |
|---|
VALUE_DAILY |
VALUE_NONE |
VALUE_WEEKLY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static MeasurementUploadEvent.EnumAggregationLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasurementUploadEvent.EnumAggregationLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeasurementUploadEvent.EnumAggregationLevel VALUE_DAILY
public static final MeasurementUploadEvent.EnumAggregationLevel VALUE_NONE
public static final MeasurementUploadEvent.EnumAggregationLevel VALUE_WEEKLY
public static MeasurementUploadEvent.EnumAggregationLevel[] values()
for (MeasurementUploadEvent.EnumAggregationLevel c : MeasurementUploadEvent.EnumAggregationLevel.values()) System.out.println(c);
public static MeasurementUploadEvent.EnumAggregationLevel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<MeasurementUploadEvent.EnumAggregationLevel>Copyright © 2020. All rights reserved.