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 Summary
Fields Modifier and Type Field Description static CommonFactoryeINSTANCEThe singleton instance of the factory.
-
Method Summary
All 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.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
-
-
-
Field Detail
-
eINSTANCE
static final CommonFactory eINSTANCE
The singleton instance of the factory.
-
-
Method Detail
-
createChoiceParameterLink
ChoiceParameterLink createChoiceParameterLink()
Returns a new object of class 'Choice Parameter Link'.- Returns:
- a new object of class 'Choice Parameter Link'.
-
createChoiceParameter
ChoiceParameter createChoiceParameter()
Returns a new object of class 'Choice Parameter'.- Returns:
- a new object of class 'Choice Parameter'.
-
createTypeLink
TypeLink createTypeLink()
Returns a new object of class 'Type Link'.- Returns:
- a new object of class 'Type Link'.
-
createGaugeChartQualityBand
GaugeChartQualityBand createGaugeChartQualityBand()
Returns a new object of class 'Gauge Chart Quality Band'.- Returns:
- a new object of class 'Gauge Chart Quality Band'.
-
createGaugeChartQualityBands
GaugeChartQualityBands createGaugeChartQualityBands()
Returns a new object of class 'Gauge Chart Quality Bands'.- Returns:
- a new object of class 'Gauge Chart Quality Bands'.
-
createGaugeChartQualityBandsValue
GaugeChartQualityBandsValue createGaugeChartQualityBandsValue()
Returns a new object of class 'Gauge Chart Quality Bands Value'.- Returns:
- a new object of class 'Gauge Chart Quality Bands Value'.
-
createChartLineTypeValue
ChartLineTypeValue createChartLineTypeValue()
Returns a new object of class 'Chart Line Type Value'.- Returns:
- a new object of class 'Chart Line Type Value'.
-
createUrlPicture
UrlPicture createUrlPicture()
Returns a new object of class 'Url Picture'.- Returns:
- a new object of class 'Url Picture'.
-
createAbsPicture
AbsPicture createAbsPicture()
Returns a new object of class 'Abs Picture'.- Returns:
- a new object of class 'Abs Picture'.
-
createRequiredPermission
RequiredPermission createRequiredPermission()
Returns a new object of class 'Required Permission'.- Returns:
- a new object of class 'Required Permission'.
-
createUsedFunctionality
UsedFunctionality createUsedFunctionality()
Returns a new object of class 'Used Functionality'.- Returns:
- a new object of class 'Used Functionality'.
-
createUsedFunctionalityFlag
UsedFunctionalityFlag createUsedFunctionalityFlag()
Returns a new object of class 'Used Functionality Flag'.- Returns:
- a new object of class 'Used Functionality Flag'.
-
createRequiredPermissionMessage
RequiredPermissionMessage createRequiredPermissionMessage()
Returns a new object of class 'Required Permission Message'.- Returns:
- a new object of class 'Required Permission Message'.
-
createAbstractMobileApplicationUrl
AbstractMobileApplicationUrl createAbstractMobileApplicationUrl()
Returns a new object of class 'Abstract Mobile Application Url'.- Returns:
- a new object of class 'Abstract Mobile Application Url'.
-
createMobileApplicationUrl
MobileApplicationUrl createMobileApplicationUrl()
Returns a new object of class 'Mobile Application Url'.- Returns:
- a new object of class 'Mobile Application Url'.
-
getCommonPackage
CommonPackage getCommonPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
-
-