Package org.jrobin.core.jrrd
Class ConsolidationFunctionType
- java.lang.Object
-
- org.jrobin.core.jrrd.ConsolidationFunctionType
-
public class ConsolidationFunctionType extends Object
Class ConsolidationFunctionType- Version:
- $Revision$
- Author:
- Ciaran Treanor
-
-
Field Summary
Fields Modifier and Type Field Description static ConsolidationFunctionType
AVERAGE
Field AVERAGEstatic ConsolidationFunctionType
LAST
Field LASTstatic ConsolidationFunctionType
MAX
Field MAXstatic ConsolidationFunctionType
MIN
Field MIN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Compares this object against the specified object.static ConsolidationFunctionType
get(String s)
Returns aConsolidationFunctionType
with the given name.int
hashCode()
String
toString()
Returns a string representation of this object.
-
-
-
Field Detail
-
AVERAGE
public static final ConsolidationFunctionType AVERAGE
Field AVERAGE
-
MIN
public static final ConsolidationFunctionType MIN
Field MIN
-
MAX
public static final ConsolidationFunctionType MAX
Field MAX
-
LAST
public static final ConsolidationFunctionType LAST
Field LAST
-
-
Method Detail
-
get
public static ConsolidationFunctionType get(String s)
Returns aConsolidationFunctionType
with the given name.- Parameters:
s
- name of theConsolidationFunctionType
required.- Returns:
- a
ConsolidationFunctionType
with the given name.
-
equals
public boolean equals(Object o)
Compares this object against the specified object.
-
-