public static enum TsSchema.Aggregation extends java.lang.Enum<TsSchema.Aggregation>
Enum Constant and Description |
---|
CONSTANT_STEP |
MONTH |
NO |
YEAR |
Modifier and Type | Method and Description |
---|---|
void |
throwNotVariableStepAggregation() |
static TsSchema.Aggregation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TsSchema.Aggregation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TsSchema.Aggregation NO
public static final TsSchema.Aggregation CONSTANT_STEP
public static final TsSchema.Aggregation MONTH
public static final TsSchema.Aggregation YEAR
public static TsSchema.Aggregation[] values()
for (TsSchema.Aggregation c : TsSchema.Aggregation.values()) System.out.println(c);
public static TsSchema.Aggregation 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 nullpublic void throwNotVariableStepAggregation()