Interface SetValueProvider

    • Method Detail

      • getValues

        String getValues()
        Returns the value of the 'Values' attribute.

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

        Returns:
        the value of the 'Values' attribute.
        See Also:
        setValues(String), ExperimentsPackage.getSetValueProvider_Values()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setValues

        void setValues​(String value)
        Sets the value of the 'Values' attribute.
        Parameters:
        value - the new value of the 'Values' attribute.
        See Also:
        getValues()
        Generated class or method.