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.
      • getExportOption

        ExportOption getExportOption()
        Returns the value of the 'Export Option' attribute. The default value is "EDP2". The literals are from the enumeration ExportOption.

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

        Returns:
        the value of the 'Export Option' attribute.
        See Also:
        ExportOption, setExportOption(ExportOption), AbstractsimulationPackage.getFileDatasource_ExportOption()
        Generated class or method.
        EMF model class or method.
        default="EDP2" dataType="org.palladiosimulator.experimentautomation.abstractsimulation.ExportOption"