Package com._1c.g5.v8.dt.bsl.model
Interface BslDerivedPropertySource
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BslDerivedPropertySourceImpl
public interface BslDerivedPropertySource
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Derived Property Source'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Local Offset' attribute.Returns the value of the 'Method Name' attribute.Returns the value of the 'Module Uri' attribute.voidsetLocalOffset(int value) Sets the value of the 'Local Offset' attribute.voidsetMethodName(String value) Sets the value of the 'Method Name' attribute.voidsetModuleUri(String value) Sets the value of the 'Module 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
-
getModuleUri
String getModuleUri()Returns the value of the 'Module Uri' attribute.- Returns:
- the value of the 'Module Uri' attribute.
- See Also:
-
setModuleUri
Sets the value of the 'Module Uri' attribute.- Parameters:
value- the new value of the 'Module Uri' attribute.- See Also:
-
getMethodName
String getMethodName()Returns the value of the 'Method Name' attribute.- Returns:
- the value of the 'Method Name' attribute.
- See Also:
-
setMethodName
Sets the value of the 'Method Name' attribute.- Parameters:
value- the new value of the 'Method Name' attribute.- See Also:
-
getLocalOffset
int getLocalOffset()Returns the value of the 'Local Offset' attribute.- Returns:
- the value of the 'Local Offset' attribute.
- See Also:
-
setLocalOffset
void setLocalOffset(int value) Sets the value of the 'Local Offset' attribute.- Parameters:
value- the new value of the 'Local Offset' attribute.- See Also:
-