|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpdateStatement
A representation of the model object 'Update Statement'.
The following features are supported:
DomPackage.getUpdateStatement()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList<PropertyAssignment> |
getAssignment()
Returns the value of the 'Assignment' containment reference list. |
Entity |
getEntity()
Returns the value of the 'Entity' reference. |
String |
getName()
Returns the value of the 'Name' attribute. |
Expression |
getWhere()
Returns the value of the 'Where' containment reference. |
boolean |
isVersioned()
Returns the value of the 'Versioned' attribute. |
void |
setEntity(Entity value)
Sets the value of the ' Entity' reference. |
void |
setName(String value)
Sets the value of the ' Name' attribute. |
void |
setVersioned(boolean value)
Sets the value of the ' Versioned' attribute. |
void |
setWhere(Expression value)
Sets the value of the ' Where' containment reference. |
| 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 |
|---|
boolean isVersioned()
If the meaning of the 'Versioned' attribute isn't clear, there really should be more of a description here...
setVersioned(boolean),
DomPackage.getUpdateStatement_Versioned()void setVersioned(boolean value)
Versioned' attribute.
value - the new value of the 'Versioned' attribute.isVersioned()Entity getEntity()
If the meaning of the 'Entity' reference isn't clear, there really should be more of a description here...
setEntity(Entity),
DomPackage.getUpdateStatement_Entity()void setEntity(Entity value)
Entity' reference.
value - the new value of the 'Entity' reference.getEntity()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
DomPackage.getUpdateStatement_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<PropertyAssignment> getAssignment()
PropertyAssignment.
If the meaning of the 'Assignment' containment reference list isn't clear, there really should be more of a description here...
DomPackage.getUpdateStatement_Assignment()Expression getWhere()
If the meaning of the 'Where' containment reference isn't clear, there really should be more of a description here...
setWhere(Expression),
DomPackage.getUpdateStatement_Where()void setWhere(Expression value)
Where' containment reference.
value - the new value of the 'Where' containment reference.getWhere()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||