org.openxma.dsl.dom.model
Interface Operation

All Superinterfaces:
DaoOperation, org.eclipse.emf.ecore.EObject, org.openxma.dsl.core.model.IDocumentable, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
OperationImpl

public interface Operation
extends DaoOperation, org.openxma.dsl.core.model.IDocumentable

A representation of the model object 'Operation'.

The following features are supported:

See Also:
DomPackage.getOperation()

Method Summary
 DelegateOperation getDelegate()
          Returns the value of the 'Delegate' reference.
 String getExpression()
          Returns the value of the 'Expression' attribute.
 org.eclipse.emf.common.util.EList<Parameter> getParameters()
          Returns the value of the 'Parameters' containment reference list.
 void setDelegate(DelegateOperation delegateOperation)
           
 void setExpression(String value)
          Sets the value of the 'Expression' attribute.
 
Methods inherited from interface org.openxma.dsl.dom.model.DaoOperation
getName, getType, isMany, setMany, setName, setType
 
Methods inherited from interface org.openxma.dsl.core.model.IDocumentable
getTxtDescription, setTxtDescription
 
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

getParameters

org.eclipse.emf.common.util.EList<Parameter> getParameters()
Returns the value of the 'Parameters' containment reference list. The list contents are of type Parameter.

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

Returns:
the value of the 'Parameters' containment reference list.
See Also:
DomPackage.getOperation_Parameters()

getExpression

String getExpression()
Returns the value of the 'Expression' attribute.

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

Returns:
the value of the 'Expression' attribute.
See Also:
setExpression(String), DomPackage.getOperation_Expression()

setExpression

void setExpression(String value)
Sets the value of the 'Expression' attribute.

Parameters:
value - the new value of the 'Expression' attribute.
See Also:
getExpression()

getDelegate

DelegateOperation getDelegate()
Returns the value of the 'Delegate' reference.

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

Returns:
the value of the 'Delegate' reference.
See Also:
DomPackage.getOperation_Delegate()

setDelegate

void setDelegate(DelegateOperation delegateOperation)



Copyright © 2013. All Rights Reserved.