GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Private Attributes | Static Private Attributes

de.zib.gndms.common.model.gorfx.types.MinMaxPair Class Reference

Stores a pair of doubles, denoting a min and a max value. More...

Inherits java::io::Serializable.

List of all members.

Public Member Functions

 MinMaxPair (double minValue, double maxValue)
double getMinValue ()
void setMinValue (double minValue)
double getMaxValue ()
void setMaxValue (double maxValue)
boolean inMonotonicRange (double val)

Private Attributes

double minValue
double maxValue

Static Private Attributes

static final long serialVersionUID = 3626614300502324191L

Detailed Description

Stores a pair of doubles, denoting a min and a max value.

Author:
try ma ik jo rr a zib
Version:
$Id$

User: mjorra, Date: 17.09.2008, Time: 14:02:40


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations