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
public interface DocumentationElement extends VersionedElement
A representation of the model object 'Documentation Element'.The following features are supported:
- See Also:
BslPackage.getDocumentationElement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDocumentation()Returns the value of the 'Documentation' attribute.booleanisTemplate()Returns the value of the 'Template' attribute.voidsetDocumentation(String value)Sets the value of the 'Documentation' attribute.voidsetTemplate(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 Detail
-
getDocumentation
String getDocumentation()
Returns the value of the 'Documentation' attribute.- Returns:
- the value of the 'Documentation' attribute.
- See Also:
setDocumentation(String),BslPackage.getDocumentationElement_Documentation()
-
setDocumentation
void setDocumentation(String value)
Sets the value of the 'Documentation' attribute.- Parameters:
value- the new value of the 'Documentation' attribute.- See Also:
getDocumentation()
-
isTemplate
boolean isTemplate()
Returns the value of the 'Template' attribute.- Returns:
- the value of the 'Template' attribute.
- See Also:
setTemplate(boolean),BslPackage.getDocumentationElement_Template()
-
setTemplate
void setTemplate(boolean value)
Sets the value of the 'Template' attribute.- Parameters:
value- the new value of the 'Template' attribute.- See Also:
isTemplate()
-
-