Interface VariableDeclaration

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
VariableDeclarationImpl

public interface VariableDeclaration extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Variable Declaration'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Name' attribute.
    org.eclipse.xtext.xbase.XExpression
    Returns the value of the 'Right' containment reference.
    org.eclipse.xtext.common.types.JvmTypeReference
    Returns the value of the 'Type' containment reference.
    boolean
    Returns the value of the 'Writeable' attribute.
    void
    setName(String value)
    Sets the value of the 'Name' attribute.
    void
    setRight(org.eclipse.xtext.xbase.XExpression value)
    Sets the value of the 'Right' containment reference.
    void
    setType(org.eclipse.xtext.common.types.JvmTypeReference value)
    Sets the value of the 'Type' containment reference.
    void
    setWriteable(boolean value)
    Sets the value of the 'Writeable' attribute.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • isWriteable

      boolean isWriteable()
      Returns the value of the 'Writeable' attribute.
      Returns:
      the value of the 'Writeable' attribute.
      See Also:
    • setWriteable

      void setWriteable(boolean value)
      Sets the value of the 'Writeable' attribute.
      Parameters:
      value - the new value of the 'Writeable' attribute.
      See Also:
    • getType

      org.eclipse.xtext.common.types.JvmTypeReference getType()
      Returns the value of the 'Type' containment reference.
      Returns:
      the value of the 'Type' containment reference.
      See Also:
    • setType

      void setType(org.eclipse.xtext.common.types.JvmTypeReference value)
      Sets the value of the 'Type' containment reference.
      Parameters:
      value - the new value of the 'Type' containment reference.
      See Also:
    • getName

      String getName()
      Returns the value of the 'Name' attribute.
      Returns:
      the value of the 'Name' attribute.
      See Also:
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
    • getRight

      org.eclipse.xtext.xbase.XExpression getRight()
      Returns the value of the 'Right' containment reference.
      Returns:
      the value of the 'Right' containment reference.
      See Also:
    • setRight

      void setRight(org.eclipse.xtext.xbase.XExpression value)
      Sets the value of the 'Right' containment reference.
      Parameters:
      value - the new value of the 'Right' containment reference.
      See Also: