Uses of Class
com.axibase.tsd.model.data.series.InterpolateType

Packages that use InterpolateType
com.axibase.tsd.model.data.series   
 

Uses of InterpolateType in com.axibase.tsd.model.data.series
 

Methods in com.axibase.tsd.model.data.series that return InterpolateType
 InterpolateType Interpolate.getType()
           
static InterpolateType InterpolateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InterpolateType[] InterpolateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.axibase.tsd.model.data.series with parameters of type InterpolateType
 void Interpolate.setType(InterpolateType type)
           
 

Constructors in com.axibase.tsd.model.data.series with parameters of type InterpolateType
Interpolate(InterpolateType type)
           
 



Copyright © 2015. All rights reserved.