org.eclipse.wst.rdb.internal.models.dbdefinition
Interface SQLSyntaxDefinition

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SQLSyntaxDefinitionImpl

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

A representation of the model object 'SQL Syntax Definition'.

The following features are supported:

See Also:
DatabaseDefinitionPackage.getSQLSyntaxDefinition()

Method Summary
 org.eclipse.emf.common.util.EList getKeywords()
          Returns the value of the 'Keywords' attribute list.
 org.eclipse.emf.common.util.EList getOperators()
          Returns the value of the 'Operators' attribute list.
 
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

getKeywords

public org.eclipse.emf.common.util.EList getKeywords()
Returns the value of the 'Keywords' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Keywords' attribute list.
See Also:
DatabaseDefinitionPackage.getSQLSyntaxDefinition_Keywords()

getOperators

public org.eclipse.emf.common.util.EList getOperators()
Returns the value of the 'Operators' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Operators' attribute list.
See Also:
DatabaseDefinitionPackage.getSQLSyntaxDefinition_Operators()