Interface RemoteCdoRepository
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Edp2Dao
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,MetaDao
,Notifier
,Repository
- All Known Implementing Classes:
RemoteCdoRepositoryImpl
public interface RemoteCdoRepository extends Repository
A representation of the model object ' Remote Cdo Repository'. Provides access to data stored in a remote location on a CDO server.The following features are supported:
- See Also:
RepositoryPackage.getRemoteCdoRepository()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUrl()
Returns the value of the 'Url' attribute.void
setUrl(String value)
Sets the value of the 'Url
' 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.edp2.dao.Edp2Dao
canClose, canDelete, canOpen, close, delete, flush, isDeleted, isOpen, open
-
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.palladiosimulator.edp2.dao.MetaDao
getMeasurementsDaoFactory
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.palladiosimulator.edp2.models.Repository.Repository
getDescriptions, getExperimentGroups, getRepositories, isReadOnly, resetExperimentGroups, setReadOnly, setRepositories
-
-
-
-
Method Detail
-
getUrl
String getUrl()
Returns the value of the 'Url' attribute.If the meaning of the 'Url' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Url' attribute.
- See Also:
setUrl(String)
,RepositoryPackage.getRemoteCdoRepository_Url()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
-