Interface IFeatureLinkingCandidate

    • Method Detail

      • getFeatureCall

        XAbstractFeatureCall getFeatureCall()
        Returns the feature call that is linked.
        Returns:
        the feature call.
      • isStatic

        boolean isStatic()
        Returns true if the linked feature is static.
        Returns:
        whether the feature is static.
      • isExtension

        boolean isExtension()
        Returns true if the linked feature is contributed by an extension.
        Returns:
        whether the feature is extension.
      • isTypeLiteral

        boolean isTypeLiteral()
        Returns true if the feature call is linked as a type literal.
        Returns:
        whether the feature call is a type literal rather than a real feature call.