TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy.extensions
Interface WhereExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
BinaryExpression, LogicalExpression
All Known Implementing Classes:
BinaryExpressionImpl, LogicalExpressionImpl, WhereExpressionImpl

public interface WhereExpression
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Where Expression'.

The following features are supported:

See Also:
ExtensionsPackage.getWhereExpression()
Generated
[EMF] Model

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 SimpleSearchQuery getSearchQuery()
          Returns the value of the 'Search Query' container reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setSearchQuery(SimpleSearchQuery value)
          Sets the value of the 'Search Query' container reference
 
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

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute. An alias for this expression. If it starts with $ it is a reference to an existing expression with the same name (without the $ prefix).

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ExtensionsPackage.getWhereExpression_Name()
Generated
[EMF] Model

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated

getSearchQuery

public SimpleSearchQuery getSearchQuery()
Returns the value of the 'Search Query' container reference. It is bidirectional and its opposite is 'Where Expression'.

If the meaning of the 'Search Query' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Search Query' container reference.
See Also:
setSearchQuery(SimpleSearchQuery), ExtensionsPackage.getWhereExpression_SearchQuery(), SimpleSearchQuery.getWhereExpression()
Generated
[EMF] Model
opposite="whereExpression"

setSearchQuery

public void setSearchQuery(SimpleSearchQuery value)
Sets the value of the 'Search Query' container reference.

Parameters:
value - the new value of the 'Search Query' container reference.
See Also:
getSearchQuery()
Generated

TPTP 4.4.0 Platform Project
Public API Specification