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 Link icon

    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 Link icon

    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 Link icon

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details Link icon

    • isWriteable Link icon

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

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

      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 Link icon

      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 Link icon

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

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

      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 Link icon

      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: