Interface ExtendsTypeArgument

All Superinterfaces:
Annotable, ArrayTypeable, Commentable, EObject, Notifier, TypeArgument
All Known Implementing Classes:
ExtendsTypeArgumentImpl

public interface ExtendsTypeArgument extends Annotable, TypeArgument
A representation of the model object 'Extends Type Argument'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getExtendType

      TypeReference getExtendType()
      Returns the value of the 'Extend Type' containment reference.
      Returns:
      the value of the 'Extend Type' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true" required="true"
    • setExtendType

      void setExtendType(TypeReference value)
      Sets the value of the 'Extend Type' containment reference.
      Parameters:
      value - the new value of the 'Extend Type' containment reference.
      See Also:
      Generated class or method.
    • getExtendTypes

      EList<TypeReference> getExtendTypes()
      Generated class or method.
      EMF model class or method.
      kind="operation" required="true" many="false"