Interface FieldInstruction

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Instruction, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Add, Get, GetStatic, GetSuper, GetTrans, Insert, Remove, Set, SetStatic
All Known Implementing Classes:
AddImpl, FieldInstructionImpl, GetImpl, GetStaticImpl, GetSuperImpl, GetTransImpl, InsertImpl, RemoveImpl, SetImpl, SetStaticImpl

public interface FieldInstruction extends Instruction
A representation of the model object 'Field Instruction'.
See Also:
  • Method Details

    • getFieldname

      String 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:
    • setFieldname

      void setFieldname(String value)
      Sets the value of the 'Fieldname' attribute.
      Parameters:
      value - the new value of the 'Fieldname' attribute.
      See Also: