java.lang.Object | |
↳ | org.rrd4j.core.jrrd.ConsolidationFunctionType |
Class ConsolidationFunctionType
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ConsolidationFunctionType | AVERAGE | Field AVERAGE | |||||||||
ConsolidationFunctionType | LAST | Field LAST | |||||||||
ConsolidationFunctionType | MAX | Field MAX | |||||||||
ConsolidationFunctionType | MIN | Field MIN |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Compares this object against the specified object.
| |||||||||||
Returns a
ConsolidationFunctionType with the given name. | |||||||||||
Returns a string representation of this object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Compares this object against the specified object.
true
if the objects are the same,
false
otherwise.
Returns a ConsolidationFunctionType
with the given name.
s | name of the ConsolidationFunctionType required. |
---|
ConsolidationFunctionType
with the given name.
Returns a string representation of this object.