Class InterfaceExtension

java.lang.Object
tools.mdsd.jamopp.model.java.extensions.classifiers.InterfaceExtension

public final class InterfaceExtension extends Object
  • Method Details

    • getAllSuperClassifiers

      public static EList<ConcreteClassifier> getAllSuperClassifiers(Interface interfaze)
      Returns all interfaces extended by this interface. The type of the objects in the returned list is ConcreteClassifier, because java.lang.Object is also extended although it is a Class.