|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.hyades.models.hierarchy.extensions.impl.QueryImpl
org.eclipse.hyades.models.hierarchy.extensions.impl.SimpleSearchQueryImpl
An implementation of the model object 'Simple Search Query'.
The following features are implemented:
| Nested Class Summary |
|---|
| Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl |
| Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
| Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject |
|---|
org.eclipse.emf.ecore.InternalEObject.EStore |
| Field Summary | |
|---|---|
protected static int |
MAX_ELEMENTS_EDEFAULT
The default value of the ' Max Elements' attribute. |
protected int |
maxElements
The cached value of the ' Max Elements' attribute. |
protected org.eclipse.emf.common.util.EList |
orderByExpresions
The cached value of the ' Order By Expresions' containment reference list. |
protected static int |
START_WITH_EDEFAULT
The default value of the ' Start With' attribute. |
protected int |
startWith
The cached value of the ' Start With' attribute. |
protected WhereExpression |
whereExpression
The cached value of the ' Where Expression' containment reference. |
| Fields inherited from class org.eclipse.hyades.models.hierarchy.extensions.impl.QueryImpl |
|---|
count, COUNT_EDEFAULT, distinct, DISTINCT_EDEFAULT, name, NAME_EDEFAULT, outputElements, sources, subQuery |
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
EOPPOSITE_FEATURE_BASE |
| Constructor Summary | |
|---|---|
protected |
SimpleSearchQueryImpl()
|
| Method Summary | |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetWhereExpression(WhereExpression newWhereExpression,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
eBasicRemoveFromContainer(org.eclipse.emf.common.notify.NotificationChain msgs)
|
java.lang.Object |
eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
boolean resolve)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
boolean |
eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
void |
eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
java.lang.Object newValue)
|
protected org.eclipse.emf.ecore.EClass |
eStaticClass()
|
void |
eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
int |
getMaxElements()
|
org.eclipse.emf.common.util.EList |
getOrderByExpresions()
|
int |
getStartWith()
|
WhereExpression |
getWhereExpression()
|
void |
setMaxElements(int newMaxElements)
|
void |
setStartWith(int newStartWith)
|
void |
setWhereExpression(WhereExpression newWhereExpression)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.hyades.models.hierarchy.extensions.impl.QueryImpl |
|---|
getName, getOutputElements, getQuery, getSources, getSubQuery, isCount, isDistinct, setCount, setDistinct, setName, setQuery |
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
eAllContents, eBaseStructuralFeatureID, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalResource, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount, eStore, eURIFragmentSegment |
| Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
eNotificationRequired, eNotify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.hyades.models.hierarchy.extensions.Query |
|---|
getName, getOutputElements, getQuery, 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, eIsProxy, eResource |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
eNotificationRequired |
| Field Detail |
protected static final int MAX_ELEMENTS_EDEFAULT
Max Elements' attribute.
getMaxElements(),
Constant Field Valuesprotected int maxElements
Max Elements' attribute.
getMaxElements()protected static final int START_WITH_EDEFAULT
Start With' attribute.
getStartWith(),
Constant Field Valuesprotected int startWith
Start With' attribute.
getStartWith()protected org.eclipse.emf.common.util.EList orderByExpresions
Order By Expresions' containment reference list.
getOrderByExpresions()protected WhereExpression whereExpression
Where Expression' containment reference.
getWhereExpression()| Constructor Detail |
protected SimpleSearchQueryImpl()
| Method Detail |
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class QueryImplpublic int getMaxElements()
getMaxElements in interface SimpleSearchQuerySimpleSearchQuery.setMaxElements(int),
ExtensionsPackage.getSimpleSearchQuery_MaxElements()public void setMaxElements(int newMaxElements)
setMaxElements in interface SimpleSearchQuerynewMaxElements - the new value of the 'Max Elements' attribute.SimpleSearchQuery.getMaxElements()public int getStartWith()
getStartWith in interface SimpleSearchQuerySimpleSearchQuery.setStartWith(int),
ExtensionsPackage.getSimpleSearchQuery_StartWith()public void setStartWith(int newStartWith)
setStartWith in interface SimpleSearchQuerynewStartWith - the new value of the 'Start With' attribute.SimpleSearchQuery.getStartWith()public org.eclipse.emf.common.util.EList getOrderByExpresions()
getOrderByExpresions in interface SimpleSearchQueryExtensionsPackage.getSimpleSearchQuery_OrderByExpresions(),
OrderByElement.getSearchQuery()public WhereExpression getWhereExpression()
getWhereExpression in interface SimpleSearchQuerySimpleSearchQuery.setWhereExpression(WhereExpression),
ExtensionsPackage.getSimpleSearchQuery_WhereExpression(),
WhereExpression.getSearchQuery()
public org.eclipse.emf.common.notify.NotificationChain basicSetWhereExpression(WhereExpression newWhereExpression,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setWhereExpression(WhereExpression newWhereExpression)
setWhereExpression in interface SimpleSearchQuerynewWhereExpression - the new value of the 'Where Expression' containment reference.SimpleSearchQuery.getWhereExpression()
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd in interface org.eclipse.emf.ecore.InternalEObjecteInverseAdd in class QueryImpl
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in interface org.eclipse.emf.ecore.InternalEObjecteInverseRemove in class QueryImplpublic org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainer(org.eclipse.emf.common.notify.NotificationChain msgs)
eBasicRemoveFromContainer in interface org.eclipse.emf.ecore.InternalEObjecteBasicRemoveFromContainer in class QueryImpl
public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
boolean resolve)
eGet in interface org.eclipse.emf.ecore.EObjecteGet in class QueryImpl
public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.EObjecteSet in class QueryImplpublic void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eUnset in interface org.eclipse.emf.ecore.EObjecteUnset in class QueryImplpublic boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eIsSet in interface org.eclipse.emf.ecore.EObjecteIsSet in class QueryImplpublic java.lang.String toString()
toString in class QueryImpl
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||