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

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

public interface ValueExpressionDefault
extends SQLObject, ValueExpression

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

The following features are supported:

See Also:
SQLExpressionsPackage.getValueExpressionDefault()

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

setSQL

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