Package com.regnosys.rosetta.rosetta
Interface RosettaExternalFunction
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaCallableWithArgs,RosettaDefinable,RosettaNamed,RosettaRootElement,RosettaSymbol,RosettaTyped
- All Known Implementing Classes:
RosettaExternalFunctionImpl
public interface RosettaExternalFunction
extends RosettaRootElement, RosettaTyped, RosettaCallableWithArgs, RosettaDefinable
A representation of the model object 'External Function'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<RosettaParameter>Returns the value of the 'Parameters' containment reference list.intMethods 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, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaDefinable
getDefinition, setDefinitionMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaNamed
getName, setNameMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaRootElement
getModel, setModelMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaTyped
getTypeCall, isIsTypeInferred, setTypeCall
-
Method Details
-
getParameters
org.eclipse.emf.common.util.EList<RosettaParameter> getParameters()Returns the value of the 'Parameters' containment reference list. The list contents are of typeRosettaParameter.- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
-
numberOfParameters
int numberOfParameters()- Specified by:
numberOfParametersin interfaceRosettaCallableWithArgs
-