Package com._1c.g5.v8.dt.bsl.model
Interface SourceObjectLinkProvider
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BslContextDefMethod,BslContextDefMockMethod,BslContextDefMockProperty,BslContextDefProperty
- All Known Implementing Classes:
BslContextDefMethodImpl,BslContextDefMockMethodImpl,BslContextDefMockPropertyImpl,BslContextDefPropertyImpl,SourceObjectLinkProviderImpl
public interface SourceObjectLinkProvider
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Source Object Link Provider'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.URIReturns the value of the 'Source Uri' attribute.voidsetSourceUri(org.eclipse.emf.common.util.URI value) Sets the value of the 'Source Uri' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSourceUri
org.eclipse.emf.common.util.URI getSourceUri()Returns the value of the 'Source Uri' attribute.- Returns:
- the value of the 'Source Uri' attribute.
- See Also:
-
setSourceUri
void setSourceUri(org.eclipse.emf.common.util.URI value) Sets the value of the 'Source Uri' attribute.- Parameters:
value- the new value of the 'Source Uri' attribute.- See Also:
-