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:
BslPackage.getBslDerivedPropertySource()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLocalOffset()
Returns the value of the 'Local Offset' attribute.String
getMethodName()
Returns the value of the 'Method Name' attribute.String
getModuleUri()
Returns the value of the 'Module Uri' attribute.void
setLocalOffset(int value)
Sets the value of the 'Local Offset
' attribute.void
setMethodName(String value)
Sets the value of the 'Method Name
' attribute.void
setModuleUri(String value)
Sets the value of the 'Module Uri
' attribute.
-
-
-
Method Detail
-
getModuleUri
String getModuleUri()
Returns the value of the 'Module Uri' attribute.- Returns:
- the value of the 'Module Uri' attribute.
- See Also:
setModuleUri(String)
,BslPackage.getBslDerivedPropertySource_ModuleUri()
-
setModuleUri
void setModuleUri(String value)
Sets the value of the 'Module Uri
' attribute.- Parameters:
value
- the new value of the 'Module Uri' attribute.- See Also:
getModuleUri()
-
getMethodName
String getMethodName()
Returns the value of the 'Method Name' attribute.- Returns:
- the value of the 'Method Name' attribute.
- See Also:
setMethodName(String)
,BslPackage.getBslDerivedPropertySource_MethodName()
-
setMethodName
void setMethodName(String value)
Sets the value of the 'Method Name
' attribute.- Parameters:
value
- the new value of the 'Method Name' attribute.- See Also:
getMethodName()
-
getLocalOffset
int getLocalOffset()
Returns the value of the 'Local Offset' attribute.- Returns:
- the value of the 'Local Offset' attribute.
- See Also:
setLocalOffset(int)
,BslPackage.getBslDerivedPropertySource_LocalOffset()
-
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:
getLocalOffset()
-
-