Interface MInput

  • All Known Subinterfaces:
    MInputPart

    @Deprecated
    public interface MInput
    Deprecated.
    No longer used
    A representation of the model object 'Input'.

    This class should be mixed into UI elements such as InputParts that need to reference an external resource (files...).

    Since:
    1.0
    See Also:
    Bug 509868
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be referenced by clients.
    • Method Detail

      • getInputURI

        @Deprecated
        String getInputURI()
        Deprecated.
        No longer used
        Returns the value of the 'Input URI' attribute.

        The specification of the particular resource's location or other meta information. The format of this field will be interpreted by the class using it (i.e. a Part).

        Returns:
        the value of the 'Input URI' attribute.
        See Also:
        setInputURI(String), Bug 509868
        Restriction:
      • setInputURI

        @Deprecated
        void setInputURI​(String value)
        Deprecated.
        No longer used
        Sets the value of the 'Input URI' attribute.
        Parameters:
        value - the new value of the 'Input URI' attribute.
        See Also:
        getInputURI(), Bug 509868
        Restriction: