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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CommonFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Abs Picture'.Returns a new object of class 'Abstract Mobile Application Url'.Returns a new object of class 'Allowed Incoming Share Request Type'.Returns a new object of class 'Chart Line Type Value'.Returns a new object of class 'Choice Parameter'.Returns a new object of class 'Choice Parameter Link'.Returns a new object of class 'Gauge Chart Quality Band'.Returns a new object of class 'Gauge Chart Quality Bands'.Returns a new object of class 'Gauge Chart Quality Bands Value'.Returns a new object of class 'Mobile Application Url'.Returns a new object of class 'Required Permission'.Returns a new object of class 'Required Permission Message'.Returns a new object of class 'Type Link'.Returns a new object of class 'Url Picture'.Returns a new object of class 'Used Functionality'.Returns a new object of class 'Used Functionality Flag'.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
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eINSTANCE
The singleton instance of the factory.
-
-
Method Details
-
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.
-