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.EObjectA representation of the model object 'Source Object Link Provider'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.URIgetSourceUri()Returns the value of the 'Source Uri' attribute.voidsetSourceUri(org.eclipse.emf.common.util.URI value)Sets the value of the 'Source Uri' attribute.
 
- 
- 
- 
Method Detail- 
getSourceUriorg.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(URI),- BslContextDefPackage.getSourceObjectLinkProvider_SourceUri()
 
 - 
setSourceUrivoid 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:
- getSourceUri()
 
 
- 
 
-