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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.URI
getSourceUri()
Returns the value of the 'Source Uri' attribute.void
setSourceUri(org.eclipse.emf.common.util.URI value)
Sets the value of the 'Source Uri
' attribute.
-
-
-
Method Detail
-
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(URI)
,BslContextDefPackage.getSourceObjectLinkProvider_SourceUri()
-
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:
getSourceUri()
-
-