Interface ObjectModification

    • Method Detail

      • setType

        void setType​(VariationType value)
        Sets the value of the 'Type' reference.
        Parameters:
        value - the new value of the 'Type' reference.
        See Also:
        getType()
        Generated class or method.
      • getName

        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), ExperimentsPackage.getObjectModification_Name()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setName

        void setName​(String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
        Generated class or method.
      • getVariedObjectId

        String getVariedObjectId()
        Returns the value of the 'Varied Object Id' attribute.

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

        Returns:
        the value of the 'Varied Object Id' attribute.
        See Also:
        setVariedObjectId(String), ExperimentsPackage.getObjectModification_VariedObjectId()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setVariedObjectId

        void setVariedObjectId​(String value)
        Sets the value of the 'Varied Object Id' attribute.
        Parameters:
        value - the new value of the 'Varied Object Id' attribute.
        See Also:
        getVariedObjectId()
        Generated class or method.
      • getValue

        long getValue()
        Returns the value of the 'Value' attribute.

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

        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(long), ExperimentsPackage.getObjectModification_Value()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setValue

        void setValue​(long value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
        Generated class or method.