|
||||||||||
| 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.BaseExpression
org.eclipse.birt.data.engine.api.querydefn.ExpressionCollection
public class ExpressionCollection
Default implementation of IExpressionCollection interface.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.birt.data.engine.api.querydefn.BaseExpression |
|---|
dataType, handle |
| Fields inherited from interface org.eclipse.birt.data.engine.api.IBaseExpression |
|---|
GROUP_OVERALL |
| Constructor Summary | |
|---|---|
ExpressionCollection(IBaseExpression[] expression)
|
|
ExpressionCollection(java.util.List text)
|
|
| Method Summary | |
|---|---|
java.util.Collection |
getExpressions()
Gets the expression collection. |
| Methods inherited from class org.eclipse.birt.data.engine.api.querydefn.BaseExpression |
|---|
getDataType, getGroupName, getHandle, getID, setDataType, setGroupName, setHandle, setID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.birt.data.engine.api.IBaseExpression |
|---|
getDataType, getGroupName, getHandle, setGroupName, setHandle |
| Constructor Detail |
|---|
public ExpressionCollection(java.util.List text)
text -
org.eclipse.birt.data.engine.core.DataExceptionpublic ExpressionCollection(IBaseExpression[] expression)
expression - | Method Detail |
|---|
public java.util.Collection getExpressions()
IExpressionCollection
getExpressions in interface IExpressionCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||