public class

ConsolidationFunctionType

extends Object
java.lang.Object
   ↳ org.rrd4j.core.jrrd.ConsolidationFunctionType

Class Overview

Class ConsolidationFunctionType

Summary

Constants
ConsolidationFunctionType AVERAGE Field AVERAGE
ConsolidationFunctionType LAST Field LAST
ConsolidationFunctionType MAX Field MAX
ConsolidationFunctionType MIN Field MIN
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final ConsolidationFunctionType AVERAGE

Field AVERAGE

public static final ConsolidationFunctionType LAST

Field LAST

public static final ConsolidationFunctionType MAX

Field MAX

public static final ConsolidationFunctionType MIN

Field MIN

Public Methods

public boolean equals (Object o)

Compares this object against the specified object.

Returns
  • true if the objects are the same, false otherwise.

public static ConsolidationFunctionType get (String s)

Returns a ConsolidationFunctionType with the given name.

Parameters
s name of the ConsolidationFunctionType required.
Returns
  • a ConsolidationFunctionType with the given name.

public String toString ()

Returns a string representation of this object.

Returns
  • a string representation of this object.