Package com._1c.g5.v8.dt.v8help.model
Interface V8HelpPackage.Literals
- Enclosing interface:
- V8HelpPackage
public static interface V8HelpPackage.Literals
Defines literals for the meta objects that represent
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Attribute
' class.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Name' attribute feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Book
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Attributes' containment reference list feature.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Entries' containment reference list feature.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Pages' containment reference list feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Version' attribute feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Entry
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Entries' containment reference list feature.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Page' reference feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Title' attribute feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Page
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Attributes' reference list feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Host' attribute feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Link' attribute feature.
-
Field Details
-
V8_HELP_BOOK
static final org.eclipse.emf.ecore.EClass V8_HELP_BOOKThe meta object literal for the 'Book
' class. -
V8_HELP_BOOK__VERSION
static final org.eclipse.emf.ecore.EAttribute V8_HELP_BOOK__VERSIONThe meta object literal for the 'Version' attribute feature. -
V8_HELP_BOOK__ATTRIBUTES
static final org.eclipse.emf.ecore.EReference V8_HELP_BOOK__ATTRIBUTESThe meta object literal for the 'Attributes' containment reference list feature. -
V8_HELP_BOOK__ENTRIES
static final org.eclipse.emf.ecore.EReference V8_HELP_BOOK__ENTRIESThe meta object literal for the 'Entries' containment reference list feature. -
V8_HELP_BOOK__PAGES
static final org.eclipse.emf.ecore.EReference V8_HELP_BOOK__PAGESThe meta object literal for the 'Pages' containment reference list feature. -
V8_HELP_ENTRY
static final org.eclipse.emf.ecore.EClass V8_HELP_ENTRYThe meta object literal for the 'Entry
' class. -
V8_HELP_ENTRY__TITLE
static final org.eclipse.emf.ecore.EAttribute V8_HELP_ENTRY__TITLEThe meta object literal for the 'Title' attribute feature. -
V8_HELP_ENTRY__ENTRIES
static final org.eclipse.emf.ecore.EReference V8_HELP_ENTRY__ENTRIESThe meta object literal for the 'Entries' containment reference list feature. -
V8_HELP_ENTRY__PAGE
static final org.eclipse.emf.ecore.EReference V8_HELP_ENTRY__PAGEThe meta object literal for the 'Page' reference feature. -
V8_HELP_PAGE
static final org.eclipse.emf.ecore.EClass V8_HELP_PAGEThe meta object literal for the 'Page
' class. -
V8_HELP_PAGE__HOST
static final org.eclipse.emf.ecore.EAttribute V8_HELP_PAGE__HOSTThe meta object literal for the 'Host' attribute feature. -
V8_HELP_PAGE__LINK
static final org.eclipse.emf.ecore.EAttribute V8_HELP_PAGE__LINKThe meta object literal for the 'Link' attribute feature. -
V8_HELP_PAGE__ATTRIBUTES
static final org.eclipse.emf.ecore.EReference V8_HELP_PAGE__ATTRIBUTESThe meta object literal for the 'Attributes' reference list feature. -
V8_HELP_ATTRIBUTE
static final org.eclipse.emf.ecore.EClass V8_HELP_ATTRIBUTEThe meta object literal for the 'Attribute
' class. -
V8_HELP_ATTRIBUTE__NAME
static final org.eclipse.emf.ecore.EAttribute V8_HELP_ATTRIBUTE__NAMEThe meta object literal for the 'Name' attribute feature.
-