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.EObjectA representation of the model object 'Book'.The following features are supported:
- See Also:
V8HelpPackage.getV8HelpBook()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<V8HelpAttribute>getAttributes()Returns the value of the 'Attributes' containment reference list.org.eclipse.emf.common.util.EList<V8HelpEntry>getEntries()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.StringgetVersion()Returns the value of the 'Version' attribute.voidsetVersion(String value)Sets the value of the 'Version' attribute.
-
-
-
Method Detail
-
getVersion
String getVersion()
Returns the value of the 'Version' attribute.- Returns:
- the value of the 'Version' attribute.
- See Also:
setVersion(String),V8HelpPackage.getV8HelpBook_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version' attribute.- Parameters:
value- the new value of the 'Version' attribute.- See Also:
getVersion()
-
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:
V8HelpPackage.getV8HelpBook_Attributes()
-
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:
V8HelpPackage.getV8HelpBook_Entries()
-
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:
V8HelpPackage.getV8HelpBook_Pages()
-
-