Interface ExportElement

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute.

        If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), ExportmodelPackage.getExportElement_Name()
      • setName

        void setName​(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • setTimExecution

        void setTimExecution​(double value)
        Sets the value of the 'Tim Execution' attribute.
        Parameters:
        value - the new value of the 'Tim Execution' attribute.
        See Also:
        getTimExecution()
      • setInstructions

        void setInstructions​(long value)
        Sets the value of the 'Instructions' attribute.
        Parameters:
        value - the new value of the 'Instructions' attribute.
        See Also:
        getInstructions()
      • setBeginMemory

        void setBeginMemory​(long value)
        Sets the value of the 'Begin Memory' attribute.
        Parameters:
        value - the new value of the 'Begin Memory' attribute.
        See Also:
        getBeginMemory()
      • setMaxMemory

        void setMaxMemory​(long value)
        Sets the value of the 'Max Memory' attribute.
        Parameters:
        value - the new value of the 'Max Memory' attribute.
        See Also:
        getMaxMemory()
      • setEndMemory

        void setEndMemory​(long value)
        Sets the value of the 'End Memory' attribute.
        Parameters:
        value - the new value of the 'End Memory' attribute.
        See Also:
        getEndMemory()