org.openxma.dsl.dom.model
Interface FunctionCall

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

public interface FunctionCall
extends Expression

A representation of the model object 'Function Call'.

The following features are supported:

See Also:
DomPackage.getFunctionCall()

Method Summary
 org.eclipse.emf.common.util.EList<Expression> getArguments()
          Returns the value of the 'Arguments' containment reference list.
 String getFunction()
          Returns the value of the 'Function' attribute.
 void setFunction(String value)
          Sets the value of the 'Function' attribute.
 
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

getFunction

String getFunction()
Returns the value of the 'Function' attribute.

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

Returns:
the value of the 'Function' attribute.
See Also:
setFunction(String), DomPackage.getFunctionCall_Function()

setFunction

void setFunction(String value)
Sets the value of the 'Function' attribute.

Parameters:
value - the new value of the 'Function' attribute.
See Also:
getFunction()

getArguments

org.eclipse.emf.common.util.EList<Expression> getArguments()
Returns the value of the 'Arguments' containment reference list. The list contents are of type Expression.

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

Returns:
the value of the 'Arguments' containment reference list.
See Also:
DomPackage.getFunctionCall_Arguments()


Copyright © 2013. All Rights Reserved.