Uses of Class
com.axibase.tsd.model.data.IntervalUnit

Packages that use IntervalUnit
com.axibase.tsd.model.data   
com.axibase.tsd.model.data.command   
 

Uses of IntervalUnit in com.axibase.tsd.model.data
 

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

Methods in com.axibase.tsd.model.data with parameters of type IntervalUnit
 void GetSeriesResult.setIntervalUnit(IntervalUnit intervalUnit)
           
 

Constructors in com.axibase.tsd.model.data with parameters of type IntervalUnit
Interval(int count, IntervalUnit unit)
           
 

Uses of IntervalUnit in com.axibase.tsd.model.data.command
 

Methods in com.axibase.tsd.model.data.command that return IntervalUnit
 IntervalUnit GetSeriesCommand.getIntervalUnit()
           
 

Methods in com.axibase.tsd.model.data.command with parameters of type IntervalUnit
 void GetSeriesCommand.setInterval(IntervalUnit unit, int count)
           
 void GetSeriesCommand.setIntervalUnit(IntervalUnit intervalUnit)
           
 



Copyright © 2015. All rights reserved.