|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrobin.core.jrrd.ConsolidationFunctionType
public class ConsolidationFunctionType
Class ConsolidationFunctionType
| Field Summary | |
|---|---|
static ConsolidationFunctionType |
AVERAGE
Field AVERAGE |
static ConsolidationFunctionType |
LAST
Field LAST |
static ConsolidationFunctionType |
MAX
Field MAX |
static ConsolidationFunctionType |
MIN
Field MIN |
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compares this object against the specified object. |
static ConsolidationFunctionType |
get(String s)
Returns a ConsolidationFunctionType with the given name. |
String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ConsolidationFunctionType AVERAGE
public static final ConsolidationFunctionType MIN
public static final ConsolidationFunctionType MAX
public static final ConsolidationFunctionType LAST
| Method Detail |
|---|
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)
equals in class Objecttrue if the objects are the same,
false otherwise.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||