Package fr.inria.atlanmod.mogwai.gremlin
Interface CustomMethodCall
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Instruction,MethodCall,org.eclipse.emf.common.notify.Notifier,TraversalElement
- All Known Implementing Classes:
CustomMethodCallImpl
public interface CustomMethodCall extends MethodCall
A representation of the model object 'Custom Method Call'.
The following features are supported:
- See Also:
GremlinPackage.getCustomMethodCall()
-
Method Summary
Modifier and Type Method Description StringgetName()Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject>getParams()Returns the value of the 'Params' containment reference list.voidsetName(String value)Sets the value of the 'Name' attribute.StringtoString()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, eSetDeliverMethods inherited from interface fr.inria.atlanmod.mogwai.gremlin.TraversalElement
getNextElement, getPreviousElement, setNextElement, setPreviousElement
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),GremlinPackage.getCustomMethodCall_Name()
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getParams
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getParams()Returns the value of the 'Params' containment reference list. The list contents are of typeEObject.- Returns:
- the value of the 'Params' containment reference list.
- See Also:
GremlinPackage.getCustomMethodCall_Params()
-
toString
String toString()
-