Interface MarkerLog
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Implementing Classes:
MarkerLogImpl
public interface MarkerLog extends de.uka.ipd.sdq.identifier.Identifier
A representation of the model object 'Marker Log'.The following features are supported:
- See Also:
MappingPackage.getMarkerLog()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCsvFileUri()
Returns the value of the 'Csv File Uri' attribute.String
getMeasurementSuffix()
Returns the value of the 'Measurement Suffix' attribute.MappingRepository
getRepository()
Returns the value of the 'Repository' container reference.String
getStartSuffix()
Returns the value of the 'Start Suffix' attribute.void
setCsvFileUri(String value)
Sets the value of the 'Csv File Uri
' attribute.void
setMeasurementSuffix(String value)
Sets the value of the 'Measurement Suffix
' attribute.void
setRepository(MappingRepository value)
Sets the value of the 'Repository
' container reference.void
setStartSuffix(String value)
Sets the value of the 'Start Suffix
' attribute.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
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.
-
getRepository
MappingRepository getRepository()
Returns the value of the 'Repository' container reference. It is bidirectional and its opposite is 'Marker Log
'.If the meaning of the 'Repository' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Repository' container reference.
- See Also:
setRepository(MappingRepository)
,MappingPackage.getMarkerLog_Repository()
,MappingRepository.getMarkerLog()
- Generated class or method.
- EMF model class or method.
- opposite="markerLog" transient="false"
-
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.
-
-