|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITimeFunction
| 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. |
| Method Detail |
|---|
void setBaseTimePeriod(ITimePeriod timePeriod)
throws org.eclipse.birt.data.engine.core.DataException
org.eclipse.birt.data.engine.core.DataException
ITimePeriod getBaseTimePeriod()
throws org.eclipse.birt.data.engine.core.DataException
org.eclipse.birt.data.engine.core.DataException
void setTimeDimension(java.lang.String timeDimension)
throws org.eclipse.birt.data.engine.core.DataException
org.eclipse.birt.data.engine.core.DataException
java.lang.String getTimeDimension()
throws org.eclipse.birt.data.engine.core.DataException
org.eclipse.birt.data.engine.core.DataException
void setReferenceDate(IReferenceDate referenceDate)
throws org.eclipse.birt.data.engine.core.DataException
referenceDate -
org.eclipse.birt.data.engine.core.DataException
IReferenceDate getReferenceDate()
throws org.eclipse.birt.data.engine.core.DataException
org.eclipse.birt.data.engine.core.DataException
void setRelativeTimePeriod(ITimePeriod relativeTimePeriod)
throws org.eclipse.birt.data.engine.core.DataException
relativeTimePeriod -
org.eclipse.birt.data.engine.core.DataException
ITimePeriod getRelativeTimePeriod()
throws org.eclipse.birt.data.engine.core.DataException
org.eclipse.birt.data.engine.core.DataException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||