Interface FileDatasource
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EDP2Datasource
,EObject
,Notifier
- All Known Implementing Classes:
FileDatasourceImpl
A representation of the model object 'File Datasource'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Export Option' attribute.Returns the value of the 'Location' attribute.void
setExportOption
(ExportOption value) Sets the value of the 'Export Option
' attribute.void
setLocation
(String value) Sets the value of the 'Location
' 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.palladiosimulator.experimentautomation.abstractsimulation.EDP2Datasource
getId, setId
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
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
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:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setLocation
Sets the value of the 'Location
' attribute.- Parameters:
value
- the new value of the 'Location' attribute.- See Also:
- 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 enumerationExportOption
.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:
- Generated class or method.
- EMF model class or method.
- default="EDP2"
-
setExportOption
Sets the value of the 'Export Option
' attribute.- Parameters:
value
- the new value of the 'Export Option' attribute.- See Also:
- Generated class or method.
-