Interface MContribution

    • Method Detail

      • getContributionURI

        java.lang.String getContributionURI()
        Returns the value of the 'Contribution URI' attribute.

        The ContributionURI defines the complete path to a class implementing the logic for elements require external code to handle the UI such as MParts and MHandlers.

        Returns:
        the value of the 'Contribution URI' attribute.
        Since:
        1.0
        See Also:
        setContributionURI(String)
      • setContributionURI

        void setContributionURI​(java.lang.String value)
        Sets the value of the 'Contribution URI' attribute.
        Parameters:
        value - the new value of the 'Contribution URI' attribute.
        Since:
        1.0
        See Also:
        getContributionURI()
      • getObject

        java.lang.Object getObject()
        Returns the value of the 'Object' attribute.

        This is the DI created instance of the class implementing the logic for the element. It will only be non-null if the element has been rendered into the presentation.

        Returns:
        the value of the 'Object' attribute.
        See Also:
        setObject(Object)
      • setObject

        void setObject​(java.lang.Object value)
        Sets the value of the 'Object' attribute.
        Parameters:
        value - the new value of the 'Object' attribute.
        See Also:
        getObject()