Package fr.inria.atlanmod.mogwai.gremlin
Interface CustomStep
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Instruction,org.eclipse.emf.common.notify.Notifier,Step,TraversalElement
- All Known Implementing Classes:
CustomStepImpl
public interface CustomStep extends Step
A representation of the model object 'Custom Step'.
The following features are supported:
- See Also:
GremlinPackage.getCustomStep()
-
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.getCustomStep_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.getCustomStep_Params()
-
toString
String toString()
-