|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AggregateFunction
A representation of the model object 'Aggregate Function'.
The following features are supported:
DomPackage.getAggregateFunction()| Method Summary | |
|---|---|
Expression |
getAggregateExpression()
Returns the value of the 'Aggregate Expression' containment reference. |
CollectionFunction |
getCollection()
Returns the value of the 'Collection' containment reference. |
String |
getFrom()
Returns the value of the 'From' attribute. |
String |
getFunction()
Returns the value of the 'Function' attribute. |
boolean |
isAll()
Returns the value of the 'All' attribute. |
boolean |
isDistinct()
Returns the value of the 'Distinct' attribute. |
void |
setAggregateExpression(Expression value)
Sets the value of the ' Aggregate Expression' containment reference. |
void |
setAll(boolean value)
Sets the value of the ' All' attribute. |
void |
setCollection(CollectionFunction value)
Sets the value of the ' Collection' containment reference. |
void |
setDistinct(boolean value)
Sets the value of the ' Distinct' attribute. |
void |
setFrom(String value)
Sets the value of the ' From' attribute. |
void |
setFunction(String value)
Sets the value of the ' Function' attribute. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
String getFunction()
If the meaning of the 'Function' attribute isn't clear, there really should be more of a description here...
setFunction(String),
DomPackage.getAggregateFunction_Function()void setFunction(String value)
Function' attribute.
value - the new value of the 'Function' attribute.getFunction()Expression getAggregateExpression()
If the meaning of the 'Aggregate Expression' containment reference isn't clear, there really should be more of a description here...
setAggregateExpression(Expression),
DomPackage.getAggregateFunction_AggregateExpression()void setAggregateExpression(Expression value)
Aggregate Expression' containment reference.
value - the new value of the 'Aggregate Expression' containment reference.getAggregateExpression()boolean isAll()
If the meaning of the 'All' attribute isn't clear, there really should be more of a description here...
setAll(boolean),
DomPackage.getAggregateFunction_All()void setAll(boolean value)
All' attribute.
value - the new value of the 'All' attribute.isAll()boolean isDistinct()
If the meaning of the 'Distinct' attribute isn't clear, there really should be more of a description here...
setDistinct(boolean),
DomPackage.getAggregateFunction_Distinct()void setDistinct(boolean value)
Distinct' attribute.
value - the new value of the 'Distinct' attribute.isDistinct()String getFrom()
If the meaning of the 'From' attribute isn't clear, there really should be more of a description here...
setFrom(String),
DomPackage.getAggregateFunction_From()void setFrom(String value)
From' attribute.
value - the new value of the 'From' attribute.getFrom()CollectionFunction getCollection()
If the meaning of the 'Collection' containment reference isn't clear, there really should be more of a description here...
setCollection(CollectionFunction),
DomPackage.getAggregateFunction_Collection()void setCollection(CollectionFunction value)
Collection' containment reference.
value - the new value of the 'Collection' containment reference.getCollection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||