Interface MarkerLog

    • Method Detail

      • getCsvFileUri

        String getCsvFileUri()
        Returns the value of the 'Csv File Uri' attribute.

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

        Returns:
        the value of the 'Csv File Uri' attribute.
        See Also:
        setCsvFileUri(String), MappingPackage.getMarkerLog_CsvFileUri()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setCsvFileUri

        void setCsvFileUri​(String value)
        Sets the value of the 'Csv File Uri' attribute.
        Parameters:
        value - the new value of the 'Csv File Uri' attribute.
        See Also:
        getCsvFileUri()
        Generated class or method.
      • setRepository

        void setRepository​(MappingRepository value)
        Sets the value of the 'Repository' container reference.
        Parameters:
        value - the new value of the 'Repository' container reference.
        See Also:
        getRepository()
        Generated class or method.
      • getStartSuffix

        String getStartSuffix()
        Returns the value of the 'Start Suffix' attribute. The default value is "started".

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

        Returns:
        the value of the 'Start Suffix' attribute.
        See Also:
        setStartSuffix(String), MappingPackage.getMarkerLog_StartSuffix()
        Generated class or method.
        EMF model class or method.
        default="started" required="true"
      • setStartSuffix

        void setStartSuffix​(String value)
        Sets the value of the 'Start Suffix' attribute.
        Parameters:
        value - the new value of the 'Start Suffix' attribute.
        See Also:
        getStartSuffix()
        Generated class or method.
      • getMeasurementSuffix

        String getMeasurementSuffix()
        Returns the value of the 'Measurement Suffix' attribute. The default value is "measurement".

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

        Returns:
        the value of the 'Measurement Suffix' attribute.
        See Also:
        setMeasurementSuffix(String), MappingPackage.getMarkerLog_MeasurementSuffix()
        Generated class or method.
        EMF model class or method.
        default="measurement" required="true"
      • setMeasurementSuffix

        void setMeasurementSuffix​(String value)
        Sets the value of the 'Measurement Suffix' attribute.
        Parameters:
        value - the new value of the 'Measurement Suffix' attribute.
        See Also:
        getMeasurementSuffix()
        Generated class or method.