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.EFactory
The 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 CommonFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbsPicture
createAbsPicture()
Returns a new object of class 'Abs Picture'.AbstractMobileApplicationUrl
createAbstractMobileApplicationUrl()
Returns a new object of class 'Abstract Mobile Application Url'.ChartLineTypeValue
createChartLineTypeValue()
Returns a new object of class 'Chart Line Type Value'.ChoiceParameter
createChoiceParameter()
Returns a new object of class 'Choice Parameter'.ChoiceParameterLink
createChoiceParameterLink()
Returns a new object of class 'Choice Parameter Link'.GaugeChartQualityBand
createGaugeChartQualityBand()
Returns a new object of class 'Gauge Chart Quality Band'.GaugeChartQualityBands
createGaugeChartQualityBands()
Returns a new object of class 'Gauge Chart Quality Bands'.GaugeChartQualityBandsValue
createGaugeChartQualityBandsValue()
Returns a new object of class 'Gauge Chart Quality Bands Value'.MobileApplicationUrl
createMobileApplicationUrl()
Returns a new object of class 'Mobile Application Url'.RequiredPermission
createRequiredPermission()
Returns a new object of class 'Required Permission'.RequiredPermissionMessage
createRequiredPermissionMessage()
Returns a new object of class 'Required Permission Message'.TypeLink
createTypeLink()
Returns a new object of class 'Type Link'.UrlPicture
createUrlPicture()
Returns a new object of class 'Url Picture'.UsedFunctionality
createUsedFunctionality()
Returns a new object of class 'Used Functionality'.UsedFunctionalityFlag
createUsedFunctionalityFlag()
Returns a new object of class 'Used Functionality Flag'.CommonPackage
getCommonPackage()
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.
-
-