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
public interface BslContextDefMethod extends Method, SourceObjectLinkProvider
A representation of the model object 'Method'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Integer>
getCommentLineLocalOffsets()
Returns the value of the 'Comment Line Local Offsets' attribute list.org.eclipse.emf.common.util.EList<String>
getCommentLines()
Returns the value of the 'Comment Lines' attribute list.boolean
isDeprecated()
Returns the value of the 'Deprecated' attribute.boolean
isServerCall()
Returns the value of the 'Server Call' attribute.boolean
isSetCommentLineLocalOffsets()
Returns whether the value of the 'Comment Line Local Offsets
' attribute list is set.boolean
isSetCommentLines()
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
unsetCommentLineLocalOffsets()
Unsets the value of the 'Comment Line Local Offsets
' attribute list.void
unsetCommentLines()
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 Detail
-
isServerCall
boolean isServerCall()
Returns the value of the 'Server Call' attribute.- Returns:
- the value of the 'Server Call' attribute.
- See Also:
setServerCall(boolean)
,BslContextDefPackage.getBslContextDefMethod_ServerCall()
-
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:
isServerCall()
-
isDeprecated
boolean isDeprecated()
Returns the value of the 'Deprecated' attribute.- Returns:
- the value of the 'Deprecated' attribute.
- See Also:
setDeprecated(boolean)
,BslContextDefPackage.getBslContextDefMethod_Deprecated()
-
setDeprecated
void setDeprecated(boolean value)
Sets the value of the 'Deprecated
' attribute.- Parameters:
value
- the new value of the 'Deprecated' attribute.- See Also:
isDeprecated()
-
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:
isSetCommentLines()
,unsetCommentLines()
,BslContextDefPackage.getBslContextDefMethod_CommentLines()
-
unsetCommentLines
void unsetCommentLines()
Unsets the value of the 'Comment Lines
' attribute list.- See Also:
isSetCommentLines()
,getCommentLines()
-
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:
unsetCommentLines()
,getCommentLines()
-
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:
isSetCommentLineLocalOffsets()
,unsetCommentLineLocalOffsets()
,BslContextDefPackage.getBslContextDefMethod_CommentLineLocalOffsets()
-
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:
unsetCommentLineLocalOffsets()
,getCommentLineLocalOffsets()
-
-