Package com._1c.g5.v8.dt.scc.model
Interface StandaloneContentFactory
- 
- 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:
- StandaloneContentFactoryImpl
 
 public interface StandaloneContentFactory extends org.eclipse.emf.ecore.EFactoryThe Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
- StandaloneContentPackage
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StandaloneContentFactoryeINSTANCEThe singleton instance of the factory.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StandaloneContentcreateStandaloneContent()Returns a new object of class 'Standalone Content'.StandaloneContentDataExchangeSettingscreateStandaloneContentDataExchangeSettings()Returns a new object of class 'Data Exchange Settings'.StandaloneContentPriorityItemcreateStandaloneContentPriorityItem()Returns a new object of class 'Priority Item'.StandaloneContentUnusedItemcreateStandaloneContentUnusedItem()Returns a new object of class 'Unused Item'.StandaloneContentUsedItemcreateStandaloneContentUsedItem()Returns a new object of class 'Used Item'.StandaloneContentPackagegetStandaloneContentPackage()Returns the package supported by this factory.- 
Methods inherited from interface org.eclipse.emf.ecore.EFactoryconvertToString, create, createFromString, getEPackage, setEPackage
 - 
Methods inherited from interface org.eclipse.emf.ecore.EModelElementgetEAnnotation, getEAnnotations
 
- 
 
- 
- 
- 
Field Detail- 
eINSTANCEstatic final StandaloneContentFactory eINSTANCE The singleton instance of the factory.
 
- 
 - 
Method Detail- 
createStandaloneContentStandaloneContent createStandaloneContent() Returns a new object of class 'Standalone Content'.- Returns:
- a new object of class 'Standalone Content'.
 
 - 
createStandaloneContentUsedItemStandaloneContentUsedItem createStandaloneContentUsedItem() Returns a new object of class 'Used Item'.- Returns:
- a new object of class 'Used Item'.
 
 - 
createStandaloneContentUnusedItemStandaloneContentUnusedItem createStandaloneContentUnusedItem() Returns a new object of class 'Unused Item'.- Returns:
- a new object of class 'Unused Item'.
 
 - 
createStandaloneContentPriorityItemStandaloneContentPriorityItem createStandaloneContentPriorityItem() Returns a new object of class 'Priority Item'.- Returns:
- a new object of class 'Priority Item'.
 
 - 
createStandaloneContentDataExchangeSettingsStandaloneContentDataExchangeSettings createStandaloneContentDataExchangeSettings() Returns a new object of class 'Data Exchange Settings'.- Returns:
- a new object of class 'Data Exchange Settings'.
 
 - 
getStandaloneContentPackageStandaloneContentPackage getStandaloneContentPackage() Returns the package supported by this factory.- Returns:
- the package supported by this factory.
 
 
- 
 
-