Interface DataDictionaryCharacterizedFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
DataDictionaryCharacterizedFactoryImpl
The Factory for the model.
It provides a create method for each non-abstract class of the model.
- See Also:
- Generated class or method.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DataDictionaryCharacterizedFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Assignment'.Returns a new object of class 'Behavior Definition'.Returns a new object of class 'Data Dictionary Characterized'.Returns a new object of class 'Enum Characteristic'.Returns a new object of class 'Enum Characteristic Type'.Returns a new object of class 'Enumeration'.Returns a new object of class 'Literal'.Returns a new object of class 'Pin'.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.- Generated class or method.
-
-
Method Details
-
createDataDictionaryCharacterized
DataDictionaryCharacterized createDataDictionaryCharacterized()Returns a new object of class 'Data Dictionary Characterized'.- Returns:
- a new object of class 'Data Dictionary Characterized'.
- Generated class or method.
-
createEnumCharacteristicType
EnumCharacteristicType createEnumCharacteristicType()Returns a new object of class 'Enum Characteristic Type'.- Returns:
- a new object of class 'Enum Characteristic Type'.
- Generated class or method.
-
createEnumeration
Enumeration createEnumeration()Returns a new object of class 'Enumeration'.- Returns:
- a new object of class 'Enumeration'.
- Generated class or method.
-
createLiteral
Literal createLiteral()Returns a new object of class 'Literal'.- Returns:
- a new object of class 'Literal'.
- Generated class or method.
-
createBehaviorDefinition
BehaviorDefinition createBehaviorDefinition()Returns a new object of class 'Behavior Definition'.- Returns:
- a new object of class 'Behavior Definition'.
- Generated class or method.
-
createPin
Pin createPin()Returns a new object of class 'Pin'.- Returns:
- a new object of class 'Pin'.
- Generated class or method.
-
createAssignment
Assignment createAssignment()Returns a new object of class 'Assignment'.- Returns:
- a new object of class 'Assignment'.
- Generated class or method.
-
createEnumCharacteristic
EnumCharacteristic createEnumCharacteristic()Returns a new object of class 'Enum Characteristic'.- Returns:
- a new object of class 'Enum Characteristic'.
- Generated class or method.
-
getDataDictionaryCharacterizedPackage
DataDictionaryCharacterizedPackage getDataDictionaryCharacterizedPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-