Package com._1c.g5.v8.dt.bsl.model
Interface DocumentationElement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,VersionedElement
- All Known Implementing Classes:
DocumentationElementImpl
A representation of the model object 'Documentation Element'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Documentation' attribute.boolean
Returns the value of the 'Template' attribute.void
setDocumentation
(String value) Sets the value of the 'Documentation
' attribute.void
setTemplate
(boolean value) Sets the value of the 'Template
' attribute.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.VersionedElement
getElement, getVersion, setElement, setVersion
-
Method Details
-
getDocumentation
String getDocumentation()Returns the value of the 'Documentation' attribute.- Returns:
- the value of the 'Documentation' attribute.
- See Also:
-
setDocumentation
Sets the value of the 'Documentation
' attribute.- Parameters:
value
- the new value of the 'Documentation' attribute.- See Also:
-
isTemplate
boolean isTemplate()Returns the value of the 'Template' attribute.- Returns:
- the value of the 'Template' attribute.
- See Also:
-
setTemplate
void setTemplate(boolean value) Sets the value of the 'Template
' attribute.- Parameters:
value
- the new value of the 'Template' attribute.- See Also:
-