|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.data.engine.api.timefunction.TimeFunction
public class TimeFunction
Constructor Summary | |
---|---|
TimeFunction()
|
Method Summary | |
---|---|
ITimePeriod |
getBaseTimePeriod()
Get the type of time function. |
IReferenceDate |
getReferenceDate()
Get the reference date of a time function. |
ITimePeriod |
getRelativeTimePeriod()
Get the relative time period of a time function. |
java.lang.String |
getTimeDimension()
Get the time dimension based on which the time function will be calculated against. |
void |
setBaseTimePeriod(ITimePeriod timePeriod)
Set the type of time function. |
void |
setReferenceDate(IReferenceDate referenceDate)
Set the reference date of a time function. |
void |
setRelativeTimePeriod(ITimePeriod relativeTimePeriod)
Set the relative time period of a time function. |
void |
setTimeDimension(java.lang.String timeDimension)
Set the reference date of a time function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeFunction()
Method Detail |
---|
public void setBaseTimePeriod(ITimePeriod timePeriod) throws org.eclipse.birt.data.engine.core.DataException
ITimeFunction
setBaseTimePeriod
in interface ITimeFunction
org.eclipse.birt.data.engine.core.DataException
public ITimePeriod getBaseTimePeriod() throws org.eclipse.birt.data.engine.core.DataException
ITimeFunction
getBaseTimePeriod
in interface ITimeFunction
org.eclipse.birt.data.engine.core.DataException
public void setTimeDimension(java.lang.String timeDimension) throws org.eclipse.birt.data.engine.core.DataException
ITimeFunction
setTimeDimension
in interface ITimeFunction
org.eclipse.birt.data.engine.core.DataException
public java.lang.String getTimeDimension() throws org.eclipse.birt.data.engine.core.DataException
ITimeFunction
getTimeDimension
in interface ITimeFunction
org.eclipse.birt.data.engine.core.DataException
public void setReferenceDate(IReferenceDate referenceDate) throws org.eclipse.birt.data.engine.core.DataException
ITimeFunction
setReferenceDate
in interface ITimeFunction
org.eclipse.birt.data.engine.core.DataException
public IReferenceDate getReferenceDate() throws org.eclipse.birt.data.engine.core.DataException
ITimeFunction
getReferenceDate
in interface ITimeFunction
org.eclipse.birt.data.engine.core.DataException
public void setRelativeTimePeriod(ITimePeriod relativeTimePeriod) throws org.eclipse.birt.data.engine.core.DataException
ITimeFunction
setRelativeTimePeriod
in interface ITimeFunction
org.eclipse.birt.data.engine.core.DataException
public ITimePeriod getRelativeTimePeriod() throws org.eclipse.birt.data.engine.core.DataException
ITimeFunction
getRelativeTimePeriod
in interface ITimeFunction
org.eclipse.birt.data.engine.core.DataException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |