Package fr.inria.atlanmod.mogwai.gremlin
Interface IndexCall
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Instruction,MethodCall,org.eclipse.emf.common.notify.Notifier,TraversalElement
- All Known Implementing Classes:
IndexCallImpl
public interface IndexCall extends MethodCall
A representation of the model object 'Index Call'.
The following features are supported:
- See Also:
GremlinPackage.getIndexCall()
-
Method Summary
Modifier and Type Method Description StringgetIndexName()Returns the value of the 'Index Name' attribute.StringgetIndexProperty()Returns the value of the 'Index Property' attribute.StringgetIndexQuery()Returns the value of the 'Index Query' attribute.voidsetIndexName(String value)Sets the value of the 'Index Name' attribute.voidsetIndexProperty(String value)Sets the value of the 'Index Property' attribute.voidsetIndexQuery(String value)Sets the value of the 'Index Query' 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
-
getIndexName
String getIndexName()Returns the value of the 'Index Name' attribute.- Returns:
- the value of the 'Index Name' attribute.
- See Also:
setIndexName(String),GremlinPackage.getIndexCall_IndexName()
-
setIndexName
Sets the value of the 'Index Name' attribute.- Parameters:
value- the new value of the 'Index Name' attribute.- See Also:
getIndexName()
-
getIndexProperty
String getIndexProperty()Returns the value of the 'Index Property' attribute.- Returns:
- the value of the 'Index Property' attribute.
- See Also:
setIndexProperty(String),GremlinPackage.getIndexCall_IndexProperty()
-
setIndexProperty
Sets the value of the 'Index Property' attribute.- Parameters:
value- the new value of the 'Index Property' attribute.- See Also:
getIndexProperty()
-
getIndexQuery
String getIndexQuery()Returns the value of the 'Index Query' attribute.- Returns:
- the value of the 'Index Query' attribute.
- See Also:
setIndexQuery(String),GremlinPackage.getIndexCall_IndexQuery()
-
setIndexQuery
Sets the value of the 'Index Query' attribute.- Parameters:
value- the new value of the 'Index Query' attribute.- See Also:
getIndexQuery()
-
toString
String toString()
-