Uses of Class
Cosm.Interval_type

Packages that use Interval_type
Cosm   
 

Uses of Interval_type in Cosm
 

Methods in Cosm that return Interval_type
static Interval_type Interval_type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Interval_type[] Interval_type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in Cosm with parameters of type Interval_type
 Datapoint[] Cosm.getDatapoints(java.lang.Integer feedid, java.lang.String datastreamid, java.lang.String start, java.lang.String end, java.lang.String duration, java.lang.Integer interval, java.lang.Boolean find_previous, Interval_type interval_type, int per_page, java.lang.String timezone)
           
 Waypoint[] Cosm.getWaypoints(java.lang.Integer feedid, java.lang.String start, java.lang.String end, java.lang.String duration, java.lang.Integer interval, java.lang.Boolean find_previous, Interval_type interval_type, java.lang.String timezone)