Package org.eclipse.m2m.atl.emftvm
Interface FieldInstruction
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- Instruction,- org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
- AddImpl,- FieldInstructionImpl,- GetImpl,- GetStaticImpl,- GetSuperImpl,- GetTransImpl,- InsertImpl,- RemoveImpl,- SetImpl,- SetStaticImpl
 A representation of the model object 'Field Instruction'.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Fieldname' attribute.voidsetFieldname(String value) Sets the value of the 'Fieldname' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.m2m.atl.emftvm.InstructiongetLineNumber, getOpcode, getOwningBlock, getStackConsumption, getStackLevel, getStackProduction, setLineNumber, setOwningBlockMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getFieldnameString getFieldname()Returns the value of the 'Fieldname' attribute.If the meaning of the 'Fieldname' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Fieldname' attribute.
- See Also:
 
- 
setFieldnameSets the value of the 'Fieldname' attribute.- Parameters:
- value- the new value of the 'Fieldname' attribute.
- See Also:
 
 
-