public class ConsolidationFunctionType extends Object
Modifier and Type | Field | Description |
---|---|---|
static ConsolidationFunctionType |
AVERAGE |
Field AVERAGE
|
static ConsolidationFunctionType |
LAST |
Field LAST
|
static ConsolidationFunctionType |
MAX |
Field MAX
|
static ConsolidationFunctionType |
MIN |
Field MIN
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
Compares this object against the specified object.
|
static ConsolidationFunctionType |
get(String s) |
Returns a
ConsolidationFunctionType with the given name. |
int |
hashCode() |
|
String |
toString() |
Returns a string representation of this object.
|
public static final ConsolidationFunctionType AVERAGE
public static final ConsolidationFunctionType MIN
public static final ConsolidationFunctionType MAX
public static final ConsolidationFunctionType LAST
public static ConsolidationFunctionType get(String s)
ConsolidationFunctionType
with the given name.s
- name of the ConsolidationFunctionType
required.ConsolidationFunctionType
with the given name.public boolean equals(Object o)