|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.query.AbstractTableExpression
wt.query.AbstractClassTableExpression
public abstract class AbstractClassTableExpression
This class represents the table associated with a target class.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
List |
getExcludedDescendants()
Gets the value of the attribute: excludedDescendants; List of classes that are excluded when processing that target class's descendants. |
boolean |
isDescendantsIncluded()
Gets the value of the attribute: descendantsIncluded; Indicates if descendant need to be included this TableExpression in the FROM clause. |
void |
setDescendantsIncluded(boolean a_DescendantsIncluded)
Sets the value of the attribute: descendantsIncluded; Indicates if descendant need to be included this TableExpression in the FROM clause. |
void |
setExcludedDescendants(List a_ExcludedDescendants)
Sets the value of the attribute: excludedDescendants; List of classes that are excluded when processing that target class's descendants. |
void |
setIncludedInterfaces(List a_includedInterfaces)
Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean isDescendantsIncluded()
isDescendantsIncluded in class wt.query.AbstractTableExpressionpublic void setDescendantsIncluded(boolean a_DescendantsIncluded)
setDescendantsIncluded in class wt.query.AbstractTableExpressiona_DescendantsIncluded - public List getExcludedDescendants()
public void setExcludedDescendants(List a_ExcludedDescendants)
throws WTPropertyVetoException
a_ExcludedDescendants -
WTPropertyVetoExceptionpublic void setIncludedInterfaces(List a_includedInterfaces)
a_includedInterfaces - A list containing element of Class which is used to specify the query only against their descendant concrete classes.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||