Interface Referrable

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Component, DeclaredProperty
All Known Implementing Classes:
ComponentImpl, ComponentImplCustom, DeclaredPropertyImpl, DeclaredPropertyImplCustom, ReferrableImpl, ReferrableImplCustom

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

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.xtext.common.types.JvmType
    Returns the value of the 'Name' attribute.
    org.eclipse.xtext.common.types.JvmType
    Returns the value of the 'Type' reference.
    void
    setName(String value)
    Sets the value of the 'Name' attribute.
    void
    setType(org.eclipse.xtext.common.types.JvmType value)
    Sets the value of the 'Type' reference.

    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

    • getType

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

      void setType(org.eclipse.xtext.common.types.JvmType value)
      Sets the value of the 'Type' reference.
      Parameters:
      value - the new value of the 'Type' 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:
    • getActualType

      org.eclipse.xtext.common.types.JvmType getActualType()