|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.birt.data.engine.api.querydefn.ComputedColumn
Default implementation of IComputedColumn interface.
| Field Summary | |
protected int |
dataType
|
protected IBaseExpression |
expr
|
protected java.lang.String |
name
|
| Constructor Summary | |
ComputedColumn(java.lang.String name,
java.lang.String expr)
|
|
ComputedColumn(java.lang.String name,
java.lang.String expr,
int dataType)
Constructs a new computed column with specified name and expression |
|
| Method Summary | |
int |
getDataType()
Gets the data type of the computed column. |
IBaseExpression |
getExpression()
Gets the expression of the computed column |
java.lang.String |
getName()
Gets the name of the computed column |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String name
protected IBaseExpression expr
protected int dataType
| Constructor Detail |
public ComputedColumn(java.lang.String name,
java.lang.String expr)
name - expr -
public ComputedColumn(java.lang.String name,
java.lang.String expr,
int dataType)
name - Name of computed columnexpr - Expression of computed columndataType - data Type of computed column| Method Detail |
public java.lang.String getName()
IComputedColumn
getName in interface IComputedColumnpublic IBaseExpression getExpression()
IComputedColumn
getExpression in interface IComputedColumnpublic int getDataType()
IComputedColumn
getDataType in interface IComputedColumn
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||