Interface FileDatasource

    • Method Detail

      • getLocation

        String getLocation()
        Returns the value of the 'Location' attribute.

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

        Returns:
        the value of the 'Location' attribute.
        See Also:
        setLocation(String), AbstractsimulationPackage.getFileDatasource_Location()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setLocation

        void setLocation​(String value)
        Sets the value of the 'Location' attribute.
        Parameters:
        value - the new value of the 'Location' attribute.
        See Also:
        getLocation()
        Generated class or method.