Package com._1c.g5.v8.dt.bsl.model
Interface BslContextDefMethod
- All Superinterfaces:
AbstractMethod
,DuallyNamedElement
,Environmental
,org.eclipse.emf.ecore.EObject
,Method
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,SourceObjectLinkProvider
,VersionedItem
- All Known Subinterfaces:
BslContextDefMockMethod
- All Known Implementing Classes:
BslContextDefMethodImpl
,BslContextDefMockMethodImpl
A representation of the model object 'Method'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Integer>
Returns the value of the 'Comment Line Local Offsets' attribute list.org.eclipse.emf.common.util.EList<String>
Returns the value of the 'Comment Lines' attribute list.boolean
Returns the value of the 'Deprecated' attribute.boolean
Returns the value of the 'Server Call' attribute.boolean
Returns whether the value of the 'Comment Line Local Offsets
' attribute list is set.boolean
Returns whether the value of the 'Comment Lines
' attribute list is set.void
setDeprecated
(boolean value) Sets the value of the 'Deprecated
' attribute.void
setServerCall
(boolean value) Sets the value of the 'Server Call
' attribute.void
Unsets the value of the 'Comment Line Local Offsets
' attribute list.void
Unsets the value of the 'Comment Lines
' attribute list.Methods inherited from interface com._1c.g5.v8.dt.mcore.AbstractMethod
actualParamSet, getParamSet, getRetValType, isRetVal, setRetVal
Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
getNameRu, setNameRu
Methods inherited from interface com._1c.g5.v8.dt.mcore.Environmental
environments, getEnvironments, setEnvironments
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.SourceObjectLinkProvider
getSourceUri, setSourceUri
Methods inherited from interface com._1c.g5.v8.dt.mcore.VersionedItem
getCompatibilityMode, getDeprecatedSince, getReplacedBy, setCompatibilityMode, setDeprecatedSince
-
Method Details
-
isServerCall
boolean isServerCall()Returns the value of the 'Server Call' attribute.- Returns:
- the value of the 'Server Call' attribute.
- See Also:
-
setServerCall
void setServerCall(boolean value) Sets the value of the 'Server Call
' attribute.- Parameters:
value
- the new value of the 'Server Call' attribute.- See Also:
-
isDeprecated
boolean isDeprecated()Returns the value of the 'Deprecated' attribute.- Returns:
- the value of the 'Deprecated' attribute.
- See Also:
-
setDeprecated
void setDeprecated(boolean value) Sets the value of the 'Deprecated
' attribute.- Parameters:
value
- the new value of the 'Deprecated' attribute.- See Also:
-
getCommentLines
org.eclipse.emf.common.util.EList<String> getCommentLines()Returns the value of the 'Comment Lines' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Comment Lines' attribute list.
- See Also:
-
unsetCommentLines
void unsetCommentLines()Unsets the value of the 'Comment Lines
' attribute list.- See Also:
-
isSetCommentLines
boolean isSetCommentLines()Returns whether the value of the 'Comment Lines
' attribute list is set.- Returns:
- whether the value of the 'Comment Lines' attribute list is set.
- See Also:
-
getCommentLineLocalOffsets
org.eclipse.emf.common.util.EList<Integer> getCommentLineLocalOffsets()Returns the value of the 'Comment Line Local Offsets' attribute list. The list contents are of typeInteger
.- Returns:
- the value of the 'Comment Line Local Offsets' attribute list.
- See Also:
-
unsetCommentLineLocalOffsets
void unsetCommentLineLocalOffsets()Unsets the value of the 'Comment Line Local Offsets
' attribute list. -
isSetCommentLineLocalOffsets
boolean isSetCommentLineLocalOffsets()Returns whether the value of the 'Comment Line Local Offsets
' attribute list is set.- Returns:
- whether the value of the 'Comment Line Local Offsets' attribute list is set.
- See Also:
-