de.cau.cs.kieler.core.annotations.impl
Class AnnotationsFactoryImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.EFactoryImpl
de.cau.cs.kieler.core.annotations.impl.AnnotationsFactoryImpl
- All Implemented Interfaces:
- AnnotationsFactory, Notifier, EFactory, EModelElement, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject
public class AnnotationsFactoryImpl
- extends EFactoryImpl
- implements AnnotationsFactory
An implementation of the model Factory.
- Rating

- Generated:
- This code was automatically generated.
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl |
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, convertToString, createFromString, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage, split |
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettings |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
AnnotationsFactoryImpl
public AnnotationsFactoryImpl()
- Creates an instance of the factory.
- Generated:
- This code was automatically generated.
init
public static AnnotationsFactory init()
- Creates the default factory implementation.
- Generated:
- This code was automatically generated.
create
public EObject create(EClass eClass)
-
- Specified by:
create
in interface EFactory
- Overrides:
create
in class EFactoryImpl
- Generated:
- This code was automatically generated.
createAnnotation
public Annotation createAnnotation()
-
- Specified by:
createAnnotation
in interface AnnotationsFactory
- Returns:
- a new object of class 'Annotation'.
- Generated:
- This code was automatically generated.
createStringAnnotation
public StringAnnotation createStringAnnotation()
-
- Specified by:
createStringAnnotation
in interface AnnotationsFactory
- Returns:
- a new object of class 'String Annotation'.
- Generated:
- This code was automatically generated.
createReferenceAnnotation
public ReferenceAnnotation createReferenceAnnotation()
-
- Specified by:
createReferenceAnnotation
in interface AnnotationsFactory
- Returns:
- a new object of class 'Reference Annotation'.
- Generated:
- This code was automatically generated.
createBooleanAnnotation
public BooleanAnnotation createBooleanAnnotation()
-
- Specified by:
createBooleanAnnotation
in interface AnnotationsFactory
- Returns:
- a new object of class 'Boolean Annotation'.
- Generated:
- This code was automatically generated.
createIntAnnotation
public IntAnnotation createIntAnnotation()
-
- Specified by:
createIntAnnotation
in interface AnnotationsFactory
- Returns:
- a new object of class 'Int Annotation'.
- Generated:
- This code was automatically generated.
createFloatAnnotation
public FloatAnnotation createFloatAnnotation()
-
- Specified by:
createFloatAnnotation
in interface AnnotationsFactory
- Returns:
- a new object of class 'Float Annotation'.
- Generated:
- This code was automatically generated.
createContainmentAnnotation
public ContainmentAnnotation createContainmentAnnotation()
-
- Specified by:
createContainmentAnnotation
in interface AnnotationsFactory
- Returns:
- a new object of class 'Containment Annotation'.
- Generated:
- This code was automatically generated.
createImportAnnotation
public ImportAnnotation createImportAnnotation()
-
- Specified by:
createImportAnnotation
in interface AnnotationsFactory
- Returns:
- a new object of class 'Import Annotation'.
- Generated:
- This code was automatically generated.
createTypedStringAnnotation
public TypedStringAnnotation createTypedStringAnnotation()
-
- Specified by:
createTypedStringAnnotation
in interface AnnotationsFactory
- Returns:
- a new object of class 'Typed String Annotation'.
- Generated:
- This code was automatically generated.
getAnnotationsPackage
public AnnotationsPackage getAnnotationsPackage()
-
- Specified by:
getAnnotationsPackage
in interface AnnotationsFactory
- Returns:
- the package supported by this factory.
- Generated:
- This code was automatically generated.
getPackage
@Deprecated
public static AnnotationsPackage getPackage()
- Deprecated.
-
- Generated:
- This code was automatically generated.