org.openxma.dsl.dom.model
Interface UpdateStatement

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

public interface UpdateStatement
extends QlStatement

A representation of the model object 'Update Statement'.

The following features are supported:

See Also:
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

isVersioned

boolean isVersioned()
Returns the value of the 'Versioned' attribute.

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

Returns:
the value of the 'Versioned' attribute.
See Also:
setVersioned(boolean), DomPackage.getUpdateStatement_Versioned()

setVersioned

void setVersioned(boolean value)
Sets the value of the 'Versioned' attribute.

Parameters:
value - the new value of the 'Versioned' attribute.
See Also:
isVersioned()

getEntity

Entity getEntity()
Returns the value of the 'Entity' reference.

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

Returns:
the value of the 'Entity' reference.
See Also:
setEntity(Entity), DomPackage.getUpdateStatement_Entity()

setEntity

void setEntity(Entity value)
Sets the value of the 'Entity' reference.

Parameters:
value - the new value of the 'Entity' reference.
See Also:
getEntity()

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DomPackage.getUpdateStatement_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getAssignment

org.eclipse.emf.common.util.EList<PropertyAssignment> getAssignment()
Returns the value of the 'Assignment' containment reference list. The list contents are of type PropertyAssignment.

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

Returns:
the value of the 'Assignment' containment reference list.
See Also:
DomPackage.getUpdateStatement_Assignment()

getWhere

Expression getWhere()
Returns the value of the 'Where' containment reference.

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

Returns:
the value of the 'Where' containment reference.
See Also:
setWhere(Expression), DomPackage.getUpdateStatement_Where()

setWhere

void setWhere(Expression value)
Sets the value of the 'Where' containment reference.

Parameters:
value - the new value of the 'Where' containment reference.
See Also:
getWhere()


Copyright © 2013. All Rights Reserved.