Package com._1c.g5.v8.dt.v8help.model
Interface V8HelpBook
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
V8HelpBookImpl
public interface V8HelpBook
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Book'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<V8HelpAttribute>Returns the value of the 'Attributes' containment reference list.org.eclipse.emf.common.util.EList<V8HelpEntry>Returns the value of the 'Entries' containment reference list.org.eclipse.emf.common.util.EList<V8HelpPage>getPages()Returns the value of the 'Pages' containment reference list.Returns the value of the 'Version' attribute.voidsetVersion(String value) Sets the value of the 'Version' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getVersion
String getVersion()Returns the value of the 'Version' attribute.- Returns:
- the value of the 'Version' attribute.
- See Also:
-
setVersion
Sets the value of the 'Version' attribute.- Parameters:
value- the new value of the 'Version' attribute.- See Also:
-
getAttributes
org.eclipse.emf.common.util.EList<V8HelpAttribute> getAttributes()Returns the value of the 'Attributes' containment reference list. The list contents are of typeV8HelpAttribute.- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
-
getEntries
org.eclipse.emf.common.util.EList<V8HelpEntry> getEntries()Returns the value of the 'Entries' containment reference list. The list contents are of typeV8HelpEntry.- Returns:
- the value of the 'Entries' containment reference list.
- See Also:
-
getPages
org.eclipse.emf.common.util.EList<V8HelpPage> getPages()Returns the value of the 'Pages' containment reference list. The list contents are of typeV8HelpPage.- Returns:
- the value of the 'Pages' containment reference list.
- See Also:
-