Interface SubCall
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SubCallImpl
public interface SubCall
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Sub Call'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Array Ex' containment reference.getCall()Returns the value of the 'Call' containment reference.getType()Returns the value of the 'Type' attribute.voidsetArrayEx(Expression value) Sets the value of the 'Array Ex' containment reference.voidSets the value of the 'Call' containment reference.voidSets the value of the 'Type' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getType
String getType()Returns the value of the 'Type' attribute.- Returns:
- the value of the 'Type' attribute.
- See Also:
-
setType
Sets the value of the 'Type' attribute.- Parameters:
value- the new value of the 'Type' attribute.- See Also:
-
getCall
Call getCall()Returns the value of the 'Call' containment reference.- Returns:
- the value of the 'Call' containment reference.
- See Also:
-
setCall
Sets the value of the 'Call' containment reference.- Parameters:
value- the new value of the 'Call' containment reference.- See Also:
-
getArrayEx
Expression getArrayEx()Returns the value of the 'Array Ex' containment reference.- Returns:
- the value of the 'Array Ex' containment reference.
- See Also:
-
setArrayEx
Sets the value of the 'Array Ex' containment reference.- Parameters:
value- the new value of the 'Array Ex' containment reference.- See Also:
-