Package org.eclipse.m2m.atl.emftvm
Interface Match
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Instruction,InvokeInstruction,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MatchImpl
A representation of the model object 'Match'.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Rulename' attribute.voidsetRulename(String value) Sets the value of the 'Rulename' attribute.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.m2m.atl.emftvm.Instruction
getLineNumber, getOpcode, getOwningBlock, getStackConsumption, getStackLevel, getStackProduction, setLineNumber, setOwningBlockMethods inherited from interface org.eclipse.m2m.atl.emftvm.InvokeInstruction
getArgcount, setArgcountMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRulename
String getRulename()Returns the value of the 'Rulename' attribute.If the meaning of the 'Rulename' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Rulename' attribute.
- See Also:
-
setRulename
Sets the value of the 'Rulename' attribute.- Parameters:
value- the new value of the 'Rulename' attribute.- See Also:
-