|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.query.ColumnListExpression
public class ColumnListExpression
This class implments a list of ColumnExpressions.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
ColumnListExpression()
Default Constructor. |
|
| Method Summary | |
|---|---|
void |
addColumn(ColumnExpression a_columnExpression)
This method adds a ColumnExpression to the list. |
List |
getColumns()
Gets the value of the attribute: columns; This list contains the ColumnExpressions. |
void |
setColumns(List a_Columns)
Sets the value of the attribute: columns; This list contains the ColumnExpressions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnListExpression()
| Method Detail |
|---|
public List getColumns()
public void setColumns(List a_Columns)
throws WTPropertyVetoException
a_Columns -
WTPropertyVetoExceptionpublic void addColumn(ColumnExpression a_columnExpression)
a_columnExpression - ColumnExpression to add to the list.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||