Interface Class

All Superinterfaces:
AnnotableAndModifiable, Classifier, Commentable, ConcreteClassifier, EObject, Implementor, Member, MemberContainer, NamedElement, Notifier, ReferenceableElement, Statement, Type, TypeParametrizable
All Known Implementing Classes:
ClassImpl

public interface Class extends ConcreteClassifier, Implementor
A representation of the model object 'Class'.

The following features are supported:

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

    • getExtends

      TypeReference getExtends()
      Returns the value of the 'Extends' containment reference.
      Returns:
      the value of the 'Extends' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"
    • setExtends

      void setExtends(TypeReference value)
      Sets the value of the 'Extends' containment reference.
      Parameters:
      value - the new value of the 'Extends' containment reference.
      See Also:
      Generated class or method.
    • getDefaultExtends

      TypeReference getDefaultExtends()
      Returns the value of the 'Default Extends' containment reference.
      Returns:
      the value of the 'Default Extends' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"
    • setDefaultExtends

      void setDefaultExtends(TypeReference value)
      Sets the value of the 'Default Extends' containment reference.
      Parameters:
      value - the new value of the 'Default Extends' containment reference.
      See Also:
      Generated class or method.
    • getAllSuperClassifiers

      EList<ConcreteClassifier> getAllSuperClassifiers()
      Specified by:
      getAllSuperClassifiers in interface Classifier
      Generated class or method.
      EMF model class or method.
      kind="operation"
    • getSuperClass

      Class getSuperClass()
      Generated class or method.
      EMF model class or method.
      kind="operation"
    • unWrapPrimitiveType

      PrimitiveType unWrapPrimitiveType()
      Generated class or method.
      EMF model class or method.