public class ConsolidationFunctionType
extends java.lang.Object
修飾子とタイプ | フィールド | 説明 |
---|---|---|
static ConsolidationFunctionType |
AVERAGE |
Field AVERAGE
|
static ConsolidationFunctionType |
LAST |
Field LAST
|
static ConsolidationFunctionType |
MAX |
Field MAX
|
static ConsolidationFunctionType |
MIN |
Field MIN
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
boolean |
equals(java.lang.Object o) |
Compares this object against the specified object.
|
static ConsolidationFunctionType |
get(java.lang.String s) |
Returns a
ConsolidationFunctionType with the given name. |
int |
hashCode() |
|
java.lang.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(java.lang.String s)
ConsolidationFunctionType
with the given name.s
- name of the ConsolidationFunctionType
required.ConsolidationFunctionType
with the given name.public boolean equals(java.lang.Object o)
equals
クラス内 java.lang.Object
true
if the objects are the same,
false
otherwise.public int hashCode()
hashCode
クラス内 java.lang.Object
public java.lang.String toString()
toString
クラス内 java.lang.Object