org.eclipse.wst.rdb.internal.models.sql.expressions
Interface QueryExpressionDefault

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, QueryExpression, SQLObject
All Known Implementing Classes:
QueryExpressionDefaultImpl

public interface QueryExpressionDefault
extends SQLObject, QueryExpression

A representation of the model object 'Query Expression Default'.

The following features are supported:

See Also:
SQLExpressionsPackage.getQueryExpressionDefault()

Method Summary
 java.lang.String getSQL()
          Returns the value of the 'SQL' attribute.
 void setSQL(java.lang.String value)
          Sets the value of the 'SQL' attribute.
 
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotations
 
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

getSQL

public java.lang.String getSQL()
Returns the value of the 'SQL' attribute.

If the meaning of the 'SQL' attribute isn't clear, there really should be more of a description here...

Specified by:
getSQL in interface QueryExpression
Returns:
the value of the 'SQL' attribute.
See Also:
setSQL(String), SQLExpressionsPackage.getQueryExpressionDefault_SQL()

setSQL

public void setSQL(java.lang.String value)
Sets the value of the 'SQL' attribute.
Specified by:
setSQL in interface QueryExpression
Parameters:
value - the new value of the 'SQL' attribute.
See Also:
getSQL()