com.axibase.tsd.model.data.series
Class Interpolate

java.lang.Object
  extended by com.axibase.tsd.model.data.series.Interpolate

public class Interpolate
extends Object

Author:
Nikolay Malevanny.

Field Summary
static Interpolate NONE
           
 
Constructor Summary
Interpolate()
           
Interpolate(InterpolateType type)
           
 
Method Summary
 InterpolateType getType()
           
 double getValue()
           
 boolean isExtend()
           
 void setExtend(boolean extend)
           
 void setType(InterpolateType type)
           
 void setValue(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final Interpolate NONE
Constructor Detail

Interpolate

public Interpolate()

Interpolate

public Interpolate(InterpolateType type)
Method Detail

getType

public InterpolateType getType()

setType

public void setType(InterpolateType type)

getValue

public double getValue()

setValue

public void setValue(double value)

isExtend

public boolean isExtend()

setExtend

public void setExtend(boolean extend)


Copyright © 2015. All rights reserved.