Package com._1c.g5.v8.dt.v8help.model
Interface V8HelpFactory
-
- All Superinterfaces:
org.eclipse.emf.ecore.EFactory
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
V8HelpFactoryImpl
public interface V8HelpFactory extends org.eclipse.emf.ecore.EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
V8HelpPackage
-
-
Field Summary
Fields Modifier and Type Field Description static V8HelpFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V8HelpAttribute
createV8HelpAttribute()
Returns a new object of class 'Attribute'.V8HelpBook
createV8HelpBook()
Returns a new object of class 'Book'.V8HelpEntry
createV8HelpEntry()
Returns a new object of class 'Entry'.V8HelpPage
createV8HelpPage()
Returns a new object of class 'Page'.V8HelpPackage
getV8HelpPackage()
Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
-
-
-
Field Detail
-
eINSTANCE
static final V8HelpFactory eINSTANCE
The singleton instance of the factory.
-
-
Method Detail
-
createV8HelpBook
V8HelpBook createV8HelpBook()
Returns a new object of class 'Book'.- Returns:
- a new object of class 'Book'.
-
createV8HelpEntry
V8HelpEntry createV8HelpEntry()
Returns a new object of class 'Entry'.- Returns:
- a new object of class 'Entry'.
-
createV8HelpPage
V8HelpPage createV8HelpPage()
Returns a new object of class 'Page'.- Returns:
- a new object of class 'Page'.
-
createV8HelpAttribute
V8HelpAttribute createV8HelpAttribute()
Returns a new object of class 'Attribute'.- Returns:
- a new object of class 'Attribute'.
-
getV8HelpPackage
V8HelpPackage getV8HelpPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
-
-