public enum BangDBDataAggrType extends Enum<BangDBDataAggrType>
| Enum Constant and Description |
|---|
BANGDB_DATA_AGGR_TYPE_AVG |
BANGDB_DATA_AGGR_TYPE_COUNT |
BANGDB_DATA_AGGR_TYPE_SUM |
| Modifier and Type | Method and Description |
|---|---|
static BangDBDataAggrType |
fromInt(int e) |
static int |
toInt(int ordinal) |
static BangDBDataAggrType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BangDBDataAggrType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BangDBDataAggrType BANGDB_DATA_AGGR_TYPE_COUNT
public static final BangDBDataAggrType BANGDB_DATA_AGGR_TYPE_SUM
public static final BangDBDataAggrType BANGDB_DATA_AGGR_TYPE_AVG
public static BangDBDataAggrType[] values()
for (BangDBDataAggrType c : BangDBDataAggrType.values()) System.out.println(c);
public static BangDBDataAggrType 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 static BangDBDataAggrType fromInt(int e)
public static int toInt(int ordinal)
Copyright © 2021. All rights reserved.