Uses of Interface
org.eclipse.birt.data.engine.api.timefunction.ITimePeriod

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

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

Classes in org.eclipse.birt.data.engine.api.timefunction that implement ITimePeriod
 class TimePeriod
           
 

Methods in org.eclipse.birt.data.engine.api.timefunction that return ITimePeriod
 ITimePeriod ITimeFunction.getBaseTimePeriod()
          Get the type of time function.
 ITimePeriod TimeFunction.getBaseTimePeriod()
           
 ITimePeriod ITimeFunction.getRelativeTimePeriod()
          Get the relative time period of a time function.
 ITimePeriod TimeFunction.getRelativeTimePeriod()
           
 

Methods in org.eclipse.birt.data.engine.api.timefunction with parameters of type ITimePeriod
 void ITimeFunction.setBaseTimePeriod(ITimePeriod timePeriod)
          Set the type of time function.
 void TimeFunction.setBaseTimePeriod(ITimePeriod timePeriod)
           
 void ITimeFunction.setRelativeTimePeriod(ITimePeriod relativeTimePeriod)
          Set the relative time period of a time function.
 void TimeFunction.setRelativeTimePeriod(ITimePeriod relativeTimePeriod)
           
 



Copyright © 2008 Actuate Corp. All rights reserved.