Interface FileDatasource
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EDP2Datasource
,EObject
,Notifier
- All Known Implementing Classes:
FileDatasourceImpl
public interface FileDatasource extends EDP2Datasource
A representation of the model object 'File Datasource'.The following features are supported:
- See Also:
AbstractsimulationPackage.getFileDatasource()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportOption
getExportOption()
Returns the value of the 'Export Option' attribute.String
getLocation()
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 Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
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 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:
ExportOption
,setExportOption(ExportOption)
,AbstractsimulationPackage.getFileDatasource_ExportOption()
- Generated class or method.
- EMF model class or method.
- default="EDP2" dataType="org.palladiosimulator.experimentautomation.abstractsimulation.ExportOption"
-
setExportOption
void setExportOption(ExportOption value)
Sets the value of the 'Export Option
' attribute.- Parameters:
value
- the new value of the 'Export Option' attribute.- See Also:
ExportOption
,getExportOption()
- Generated class or method.
-
-