|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectENamedElementImpl
org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
org.eclipse.datatools.modelbase.sql.schema.impl.EventImpl
public class EventImpl
An implementation of the model object 'Event'.
The following features are implemented:
Method Summary | |
---|---|
Database |
basicGetDatabase()
|
NotificationChain |
basicSetDatabase(Database newDatabase,
NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
java.lang.String |
getAction()
|
java.lang.String |
getCondition()
|
Database |
getDatabase()
|
java.lang.String |
getFor()
|
boolean |
isEnabled()
|
void |
setAction(java.lang.String newAction)
|
void |
setCondition(java.lang.String newCondition)
|
void |
setDatabase(Database newDatabase)
|
void |
setEnabled(boolean newEnabled)
|
void |
setFor(java.lang.String newFor)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
---|
public java.lang.String getFor()
getFor
in interface Event
Event.setFor(String)
,
SQLSchemaPackage.getEvent_For()
public void setFor(java.lang.String newFor)
setFor
in interface Event
newFor
- the new value of the 'For' attribute.Event.getFor()
public java.lang.String getCondition()
getCondition
in interface Event
Event.setCondition(String)
,
SQLSchemaPackage.getEvent_Condition()
public void setCondition(java.lang.String newCondition)
setCondition
in interface Event
newCondition
- the new value of the 'Condition' attribute.Event.getCondition()
public java.lang.String getAction()
getAction
in interface Event
Event.setAction(String)
,
SQLSchemaPackage.getEvent_Action()
public void setAction(java.lang.String newAction)
setAction
in interface Event
newAction
- the new value of the 'Action' attribute.Event.getAction()
public boolean isEnabled()
isEnabled
in interface Event
Event.setEnabled(boolean)
,
SQLSchemaPackage.getEvent_Enabled()
public void setEnabled(boolean newEnabled)
setEnabled
in interface Event
newEnabled
- the new value of the 'Enabled' attribute.Event.isEnabled()
public Database getDatabase()
getDatabase
in interface Event
Event.setDatabase(Database)
,
SQLSchemaPackage.getEvent_Database()
,
Database.getEvents()
public Database basicGetDatabase()
public NotificationChain basicSetDatabase(Database newDatabase, NotificationChain msgs)
public void setDatabase(Database newDatabase)
setDatabase
in interface Event
newDatabase
- the new value of the 'Database' reference.Event.getDatabase()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class SQLObjectImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class SQLObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class SQLObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class SQLObjectImpl
public void eUnset(int featureID)
eUnset
in class SQLObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in class SQLObjectImpl
public java.lang.String toString()
toString
in class SQLObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |