org.eclipse.datatools.enablement.ingres.models.ingressqlmodel
Interface IngresDBEvent

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

public interface IngresDBEvent
extends SQLObject

A representation of the model object 'Ingres DB Event'.

The following features are supported:

See Also:
IngressqlmodelPackage.getIngresDBEvent()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 IngresSchema getSchema()
          Returns the value of the 'Schema' reference.
 void setSchema(IngresSchema value)
          Sets the value of the 'Schema' reference.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, 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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getSchema

IngresSchema getSchema()
Returns the value of the 'Schema' reference. It is bidirectional and its opposite is 'DB Events'.

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

Returns:
the value of the 'Schema' reference.
See Also:
setSchema(IngresSchema), IngressqlmodelPackage.getIngresDBEvent_Schema(), IngresSchema.getDBEvents()

setSchema

void setSchema(IngresSchema value)
Sets the value of the 'Schema' reference.

Parameters:
value - the new value of the 'Schema' reference.
See Also:
getSchema()