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

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

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

Methods in com.axibase.tsd.model.data that return SeriesType
 SeriesType GetSeriesResult.getType()
           
static SeriesType SeriesType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SeriesType[] SeriesType.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 SeriesType
 void GetSeriesResult.setType(SeriesType type)
           
 

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

Methods in com.axibase.tsd.model.data.command that return SeriesType
 SeriesType GetSeriesCommand.getType()
           
 

Methods in com.axibase.tsd.model.data.command with parameters of type SeriesType
 void GetSeriesCommand.setType(SeriesType type)
           
 



Copyright © 2015. All rights reserved.