Package com._1c.g5.v8.dt.metadata.common
Interface CommonFactory
- 
- 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:
- CommonFactoryImpl
 
 public interface CommonFactory 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:
- CommonPackage
 
- 
- 
Field SummaryFields Modifier and Type Field Description static CommonFactoryeINSTANCEThe singleton instance of the factory.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AbsPicturecreateAbsPicture()Returns a new object of class 'Abs Picture'.AbstractMobileApplicationUrlcreateAbstractMobileApplicationUrl()Returns a new object of class 'Abstract Mobile Application Url'.ChartLineTypeValuecreateChartLineTypeValue()Returns a new object of class 'Chart Line Type Value'.ChoiceParametercreateChoiceParameter()Returns a new object of class 'Choice Parameter'.ChoiceParameterLinkcreateChoiceParameterLink()Returns a new object of class 'Choice Parameter Link'.GaugeChartQualityBandcreateGaugeChartQualityBand()Returns a new object of class 'Gauge Chart Quality Band'.GaugeChartQualityBandscreateGaugeChartQualityBands()Returns a new object of class 'Gauge Chart Quality Bands'.GaugeChartQualityBandsValuecreateGaugeChartQualityBandsValue()Returns a new object of class 'Gauge Chart Quality Bands Value'.MobileApplicationUrlcreateMobileApplicationUrl()Returns a new object of class 'Mobile Application Url'.RequiredPermissioncreateRequiredPermission()Returns a new object of class 'Required Permission'.RequiredPermissionMessagecreateRequiredPermissionMessage()Returns a new object of class 'Required Permission Message'.TypeLinkcreateTypeLink()Returns a new object of class 'Type Link'.UrlPicturecreateUrlPicture()Returns a new object of class 'Url Picture'.UsedFunctionalitycreateUsedFunctionality()Returns a new object of class 'Used Functionality'.UsedFunctionalityFlagcreateUsedFunctionalityFlag()Returns a new object of class 'Used Functionality Flag'.CommonPackagegetCommonPackage()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 CommonFactory eINSTANCE The singleton instance of the factory.
 
- 
 - 
Method Detail- 
createChoiceParameterLinkChoiceParameterLink createChoiceParameterLink() Returns a new object of class 'Choice Parameter Link'.- Returns:
- a new object of class 'Choice Parameter Link'.
 
 - 
createChoiceParameterChoiceParameter createChoiceParameter() Returns a new object of class 'Choice Parameter'.- Returns:
- a new object of class 'Choice Parameter'.
 
 - 
createTypeLinkTypeLink createTypeLink() Returns a new object of class 'Type Link'.- Returns:
- a new object of class 'Type Link'.
 
 - 
createGaugeChartQualityBandGaugeChartQualityBand createGaugeChartQualityBand() Returns a new object of class 'Gauge Chart Quality Band'.- Returns:
- a new object of class 'Gauge Chart Quality Band'.
 
 - 
createGaugeChartQualityBandsGaugeChartQualityBands createGaugeChartQualityBands() Returns a new object of class 'Gauge Chart Quality Bands'.- Returns:
- a new object of class 'Gauge Chart Quality Bands'.
 
 - 
createGaugeChartQualityBandsValueGaugeChartQualityBandsValue createGaugeChartQualityBandsValue() Returns a new object of class 'Gauge Chart Quality Bands Value'.- Returns:
- a new object of class 'Gauge Chart Quality Bands Value'.
 
 - 
createChartLineTypeValueChartLineTypeValue createChartLineTypeValue() Returns a new object of class 'Chart Line Type Value'.- Returns:
- a new object of class 'Chart Line Type Value'.
 
 - 
createUrlPictureUrlPicture createUrlPicture() Returns a new object of class 'Url Picture'.- Returns:
- a new object of class 'Url Picture'.
 
 - 
createAbsPictureAbsPicture createAbsPicture() Returns a new object of class 'Abs Picture'.- Returns:
- a new object of class 'Abs Picture'.
 
 - 
createRequiredPermissionRequiredPermission createRequiredPermission() Returns a new object of class 'Required Permission'.- Returns:
- a new object of class 'Required Permission'.
 
 - 
createUsedFunctionalityUsedFunctionality createUsedFunctionality() Returns a new object of class 'Used Functionality'.- Returns:
- a new object of class 'Used Functionality'.
 
 - 
createUsedFunctionalityFlagUsedFunctionalityFlag createUsedFunctionalityFlag() Returns a new object of class 'Used Functionality Flag'.- Returns:
- a new object of class 'Used Functionality Flag'.
 
 - 
createRequiredPermissionMessageRequiredPermissionMessage createRequiredPermissionMessage() Returns a new object of class 'Required Permission Message'.- Returns:
- a new object of class 'Required Permission Message'.
 
 - 
createAbstractMobileApplicationUrlAbstractMobileApplicationUrl createAbstractMobileApplicationUrl() Returns a new object of class 'Abstract Mobile Application Url'.- Returns:
- a new object of class 'Abstract Mobile Application Url'.
 
 - 
createMobileApplicationUrlMobileApplicationUrl createMobileApplicationUrl() Returns a new object of class 'Mobile Application Url'.- Returns:
- a new object of class 'Mobile Application Url'.
 
 - 
getCommonPackageCommonPackage getCommonPackage() Returns the package supported by this factory.- Returns:
- the package supported by this factory.
 
 
- 
 
-