org.eclipse.wst.rdb.internal.models.sql.statements
Interface SQLStatementDefault

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

public interface SQLStatementDefault
extends SQLObject, SQLStatement

A representation of the model object 'SQL Statement Default'.

The following features are supported:

See Also:
SQLStatementsPackage.getSQLStatementDefault()

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 SQLStatement
Returns:
the value of the 'SQL' attribute.
See Also:
setSQL(String), SQLStatementsPackage.getSQLStatementDefault_SQL()

setSQL

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