|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SimpleSearchQuery
A representation of the model object 'Simple Search Query'.
The following features are supported:
ExtensionsPackage.getSimpleSearchQuery()| Method Summary | |
|---|---|
int |
getMaxElements()
Returns the value of the 'Max Elements' attribute |
org.eclipse.emf.common.util.EList |
getOrderByExpresions()
Returns the value of the 'Order By Expresions' containment reference list. |
int |
getStartWith()
Returns the value of the 'Start With' attribute |
WhereExpression |
getWhereExpression()
Returns the value of the 'Where Expression' containment reference. |
void |
setMaxElements(int value)
Sets the value of the ' Max Elements' attribute |
void |
setStartWith(int value)
Sets the value of the ' Start With' attribute |
void |
setWhereExpression(WhereExpression value)
Sets the value of the ' Where Expression' containment reference |
| Methods inherited from interface org.eclipse.hyades.models.hierarchy.extensions.Query |
|---|
getAnnotations, getName, getOutputElements, getQuery, getRequiredPaths, getSources, getSubQuery, isCount, isDistinct, setCount, setDistinct, setName, setQuery |
| 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 |
|---|
int getMaxElements()
setMaxElements(int),
ExtensionsPackage.getSimpleSearchQuery_MaxElements()void setMaxElements(int value)
Max Elements' attribute.
value - the new value of the 'Max Elements' attribute.getMaxElements()int getStartWith()
setStartWith(int),
ExtensionsPackage.getSimpleSearchQuery_StartWith()void setStartWith(int value)
Start With' attribute.
value - the new value of the 'Start With' attribute.getStartWith()org.eclipse.emf.common.util.EList getOrderByExpresions()
OrderByElement.
It is bidirectional and its opposite is 'Search Query'.
If the meaning of the 'Order By Expresions' containment reference list isn't clear, there really should be more of a description here...
ExtensionsPackage.getSimpleSearchQuery_OrderByExpresions(),
OrderByElement.getSearchQuery()WhereExpression getWhereExpression()
Search Query'.
If the meaning of the 'Where Expression' containment reference isn't clear, there really should be more of a description here...
setWhereExpression(WhereExpression),
ExtensionsPackage.getSimpleSearchQuery_WhereExpression(),
WhereExpression.getSearchQuery()void setWhereExpression(WhereExpression value)
Where Expression' containment reference.
value - the new value of the 'Where Expression' containment reference.getWhereExpression()
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||