Package com.regnosys.rosetta.rosetta
Interface TypeCall
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TypeCallImpl
public interface TypeCall
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Type Call'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<TypeCallArgument>Returns the value of the 'Arguments' containment reference list.getType()Returns the value of the 'Type' reference.voidsetType(RosettaType value) Sets the value of the 'Type' reference.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
RosettaType getType()Returns the value of the 'Type' reference.- Returns:
- the value of the 'Type' reference.
- See Also:
-
setType
Sets the value of the 'Type' reference.- Parameters:
value- the new value of the 'Type' reference.- See Also:
-
getArguments
org.eclipse.emf.common.util.EList<TypeCallArgument> getArguments()Returns the value of the 'Arguments' containment reference list. The list contents are of typeTypeCallArgument.- Returns:
- the value of the 'Arguments' containment reference list.
- See Also:
-