Uses of Class
org.eclipse.birt.data.engine.api.timefunction.TimePeriodType

Packages that use TimePeriodType
org.eclipse.birt.data.engine.api.timefunction   
 

Uses of TimePeriodType in org.eclipse.birt.data.engine.api.timefunction
 

Fields in org.eclipse.birt.data.engine.api.timefunction declared as TimePeriodType
 TimePeriodType TimePeriod.type
           
 

Methods in org.eclipse.birt.data.engine.api.timefunction that return TimePeriodType
 TimePeriodType ITimePeriod.getType()
          Represent the basic unit of a time period.
 TimePeriodType TimePeriod.getType()
           
static TimePeriodType TimePeriodType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TimePeriodType[] TimePeriodType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.eclipse.birt.data.engine.api.timefunction with parameters of type TimePeriodType
TimePeriod(int countOfUnit, TimePeriodType type)
           
TimePeriod(int countOfUnit, TimePeriodType type, boolean isCurrent)
           
 



Copyright © 2008 Actuate Corp. All rights reserved.