public enum EClientStatAggregateMethod extends java.lang.Enum<EClientStatAggregateMethod>
| Enum Constant and Description |
|---|
Event |
LatestOnly |
Scalar |
Sum |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static EClientStatAggregateMethod |
from(int code) |
static EClientStatAggregateMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EClientStatAggregateMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EClientStatAggregateMethod LatestOnly
public static final EClientStatAggregateMethod Sum
public static final EClientStatAggregateMethod Event
public static final EClientStatAggregateMethod Scalar
public static EClientStatAggregateMethod[] values()
for (EClientStatAggregateMethod c : EClientStatAggregateMethod.values()) System.out.println(c);
public static EClientStatAggregateMethod 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 int code()
public static EClientStatAggregateMethod from(int code)