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 ConsolidationFunctionTypeAVERAGEField AVERAGEstatic ConsolidationFunctionTypeLASTField LASTstatic ConsolidationFunctionTypeMAXField MAXstatic ConsolidationFunctionTypeMINField MIN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares this object against the specified object.static ConsolidationFunctionTypeget(String s)Returns aConsolidationFunctionTypewith the given name.inthashCode()StringtoString()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 aConsolidationFunctionTypewith the given name.- Parameters:
s- name of theConsolidationFunctionTyperequired.- Returns:
- a
ConsolidationFunctionTypewith the given name.
-
equals
public boolean equals(Object o)
Compares this object against the specified object.
-
-