Deprecated Methods |
org.eclipse.emf.codegen.CodeGen.addClasspathEntries(Collection, String)
As of EMF 2.1.0, moved to CodeGenUtil . |
org.eclipse.emf.codegen.CodeGen.addClasspathEntries(Collection, String, String)
As of EMF 2.1.0, moved to CodeGenUtil . |
org.eclipse.emf.ecore.resource.impl.ResourceImpl.addModificationTrackingAdapters(EObject)
since 2.1.0. This method is not invoked anymore. See
ResourceImpl.attachedHelper(EObject) . |
org.eclipse.emf.edit.provider.ItemProviderAdapter.createAddCommand(EditingDomain, EObject, EReference, Collection, int)
As of EMF 2.0, replaced by createAddCommand . |
org.eclipse.emf.edit.provider.ItemProviderAdapter.createCreateChildCommand(EditingDomain, EObject, EReference, EObject, int, Collection)
As of EMF 2.0, replaced by createCreateChildCommand . |
org.eclipse.emf.common.util.URI.createDeviceURI(String)
Use createURI , which now has explicit
device support enabled. The two methods now operate identically. |
org.eclipse.emf.edit.provider.ItemProviderAdapter.createMoveCommand(EditingDomain, EObject, EReference, EObject, int)
As of EMF 2.0, replaced by createMoveCommand . |
org.eclipse.emf.edit.provider.ItemProviderAdapter.createRemoveCommand(EditingDomain, EObject, EReference, Collection)
As of EMF 2.0, replaced by createRemoveCommand . |
org.eclipse.emf.edit.provider.ItemProviderAdapter.createReplaceCommand(EditingDomain, EObject, EReference, EObject, Collection)
As of EMF 2.0, replaced by createReplaceCommand . |
org.eclipse.emf.common.util.URI.createURIWithCache(String)
Please use createURI instead. |
org.eclipse.emf.codegen.CodeGen.findOrCreateContainer(IPath, boolean, IPath, IProgressMonitor)
As of EMF 2.1.0, moved to CodeGenUtil . |
org.eclipse.emf.codegen.CodeGen.findOrCreateContainer(IPath, boolean, IProjectDescription, IProgressMonitor)
As of EMF 2.1.0, moved to CodeGenUtil . |
org.eclipse.emf.codegen.ecore.genmodel.GenPackage.generateSchema()
Use GenBase.generateSchema(IProgressMonitor) instead. This
method will be removed soon. |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl.generateSchema()
Use GenBase.generateSchema(IProgressMonitor) instead. This
method will be removed soon. |
org.eclipse.emf.edit.provider.ItemProviderAdapter.getChildReference(Object, Object)
As of EMF 2.0, replaced by getChildFeature . |
org.eclipse.emf.edit.provider.ItemProviderAdapter.getChildrenReferences(Object)
As of EMF 2.0, replaced by getChildrenFeatures . |
org.eclipse.emf.codegen.CodeGen.getClasspathPaths(String)
As of EMF 2.1.0, moved to CodeGenUtil . |
org.eclipse.emf.mapping.presentation.ComposedSelection.getElements()
|
org.eclipse.emf.ecore.xmi.XMLResource.getEObjectToIDMap()
since 2.1.0 This map should not be manipulated directly.
Use XMLResource.setID(EObject, String) and XMLResource.getID(EObject) or
Resource.getEObject(String) instead. This method may be removed from
this interface. |
org.eclipse.emf.ecore.EcorePackage.getEStructuralFeature_LowerBound()
replaced by getETypedElement_LowerBound() |
org.eclipse.emf.ecore.impl.EcorePackageImpl.getEStructuralFeature_LowerBound()
|
org.eclipse.emf.ecore.EcorePackage.getEStructuralFeature_Many()
replaced by getETypedElement_Many() |
org.eclipse.emf.ecore.impl.EcorePackageImpl.getEStructuralFeature_Many()
|
org.eclipse.emf.ecore.EcorePackage.getEStructuralFeature_Required()
replaced by getETypedElement_Required() |
org.eclipse.emf.ecore.impl.EcorePackageImpl.getEStructuralFeature_Required()
|
org.eclipse.emf.ecore.EcorePackage.getEStructuralFeature_Unique()
replaced by getETypedElement_Unique() |
org.eclipse.emf.ecore.impl.EcorePackageImpl.getEStructuralFeature_Unique()
|
org.eclipse.emf.ecore.EcorePackage.getEStructuralFeature_UpperBound()
replaced by getETypedElement_UpperBound() |
org.eclipse.emf.ecore.impl.EcorePackageImpl.getEStructuralFeature_UpperBound()
|
org.eclipse.emf.ecore.xmi.impl.XMLHandler.getFeature(EObject, String, String)
|
org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement.getGenClassType()
As of EMF 2.1, replaced by GenTypedElement.getTypeGenClass() . |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl.getGenClassType()
As of EMF 2.1, replaced by GenTypedElementImpl.getTypeGenClass() . |
org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement.getGenDataTypeType()
As of EMF 2.1, replaced by GenTypedElement.getTypeGenDataType() . |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl.getGenDataTypeType()
As of EMF 2.1, replaced by GenTypedElementImpl.getTypeGenDataType() . |
org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement.getGenEnumType()
As of EMF 2.1, replaced by GenTypedElement.getTypeGenEnum() . |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl.getGenEnumType()
As of EMF 2.1, replaced by GenTypedElementImpl.getTypeGenEnum() . |
org.eclipse.emf.ecore.xmi.XMLResource.getIDToEObjectMap()
since 2.1.0 This map should not be manipulated directly.
Use XMLResource.setID(EObject, String) and XMLResource.getID(EObject) or
Resource.getEObject(String) instead. This method may be removed from
this interface. |
org.eclipse.emf.codegen.ecore.genmodel.GenOperation.getImportedReturnType()
As of EMF 2.1, use getImportedType instead. |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl.getImportedReturnType()
As of EMF 2.1, use getImportedType instead. |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.getJavaLangTypes()
|
org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.getJavaReservedWords()
|
org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement.getMapGenClass()
As of EMF 2.1, replaced by GenTypedElement.getMapEntryTypeGenClass() . |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl.getMapGenClass()
As of EMF 2.1, replaced by GenTypedElementImpl.getMapEntryTypeGenClass() . |
org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement.getMapItemType()
As of EMF 2.1, replaced by GenTypedElement.getImportedMapEntryType() . |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl.getMapItemType()
As of EMF 2.1, replaced by GenTypedElementImpl.getImportedMapEntryType() . |
org.eclipse.emf.codegen.ecore.genmodel.GenOperation.getObjectReturnType()
As of EMF 2.1, use getObjectType instead. |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl.getObjectReturnType()
As of EMF 2.1, use getObjectType instead. |
org.eclipse.emf.ecore.impl.EcoreFactoryImpl.getPackage()
|
org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl.getPackage()
|
org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl.getPackage()
|
org.eclipse.emf.edit.tree.impl.TreeFactoryImpl.getPackage()
|
org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl.getPackage()
|
org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLFactoryImpl.getPackage()
|
org.eclipse.emf.mapping.impl.MappingFactoryImpl.getPackage()
|
org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreFactoryImpl.getPackage()
|
org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl.getPackage()
|
org.eclipse.emf.edit.provider.ItemProviderAdapter.getReferenceValue(EObject, EReference)
As of EMF 2.0, replaced by getFeatureValue . |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl.getReturn()
As of EMF 2.1, simply call getEcoreTypedElement().getEType() . |
org.eclipse.emf.codegen.ecore.genmodel.GenOperation.getReturnType()
As of EMF 2.1, use getType instead. |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl.getReturnType()
As of EMF 2.1, use getType instead. |
org.eclipse.emf.codegen.ecore.genmodel.GenOperation.getReturnTypeClassifier()
As of EMF 2.1, use getTypeClassifierAccessorName instead. |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl.getReturnTypeClassifier()
As of EMF 2.1, use getTypeClassifierAccessorName instead. |
org.eclipse.emf.codegen.ecore.genmodel.GenOperation.getReturnTypeGenPackage()
As of EMF 2.1, use getTypeGenPackage instead. |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl.getReturnTypeGenPackage()
As of EMF 2.1, use getTypeGenPackage instead. |
org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement.getTypeClassifier()
As of EMF 2.1, replaced by GenTypedElement.getTypeClassifierAccessorName() . |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl.getTypeClassifier()
As of EMF 2.1, replaced by GenTypedElementImpl.getTypeClassifierAccessorName() . |
org.eclipse.emf.ecore.util.EcoreUtil.indexOf(List, Object, int)
replaced by ECollections.indexOf(List, Object, int) in 2.1.0 |
org.eclipse.emf.ecore.impl.EPackageImpl.initEAttribute(EAttribute, EClassifier, String, String, int, int, boolean, boolean, boolean, boolean)
|
org.eclipse.emf.ecore.impl.EPackageImpl.initEAttribute(EAttribute, EClassifier, String, String, int, int, boolean, boolean, boolean, boolean, boolean)
|
org.eclipse.emf.ecore.impl.EPackageImpl.initEAttribute(EAttribute, EClassifier, String, String, int, int, boolean, boolean, boolean, boolean, boolean, boolean)
|
org.eclipse.emf.ecore.impl.EPackageImpl.initEReference(EReference, EClassifier, EReference, String, String, int, int, boolean, boolean, boolean, boolean, boolean)
|
org.eclipse.emf.ecore.impl.EPackageImpl.initEReference(EReference, EClassifier, EReference, String, String, int, int, boolean, boolean, boolean, boolean, boolean, boolean)
|
org.eclipse.emf.ecore.impl.EPackageImpl.initEReference(EReference, EClassifier, EReference, String, String, int, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean)
|
org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement.isFeatureMapWrapped()
As of EMF 2.1, replaced by GenTypedElement.isWrappedFeatureMapType() . |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl.isFeatureMapWrapped()
As of EMF 2.1, replaced by GenTypedElementImpl.isWrappedFeatureMapType() . |
org.eclipse.emf.codegen.ecore.genmodel.GenOperation.isPrimitiveReturnType()
As of EMF 2.1, use isPrimitiveType instead. |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl.isPrimitiveReturnType()
As of EMF 2.1, use isPrimitiveType instead. |
org.eclipse.emf.codegen.ecore.Generator.main(String[])
It is not possible to generate code withtout using Eclipse. If
you are invoking this method, you should instantiate a Generator and call
Generator.run(Object) . This method will be removed in a future release. |
org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.parseName(String, char)
in 2.1.0. Use CodeGenUtil.parseName(String, char) instead. |
org.eclipse.emf.edit.ui.action.DelegatingCommandAction.registerSelectionListener(IEditorPart)
As of EMF 2.1.0, replaced by registerSelectionListener . |
org.eclipse.emf.ecore.resource.impl.ResourceImpl.removeModificationTrackingAdapters(EObject)
since 2.1.0. This method is not invoked anymore. See
ResourceImpl.attachedHelper(EObject) . |
org.eclipse.emf.edit.ui.action.ValidateAction.setActiveEditor(IEditorPart)
As of EMF 2.1.0, replaced by ValidateAction.setActiveWorkbenchPart(org.eclipse.ui.IWorkbenchPart) . |
org.eclipse.emf.edit.ui.action.UndoAction.setActiveEditor(IEditorPart)
As of EMF 2.1.0, replaced by UndoAction.setActiveWorkbenchPart(org.eclipse.ui.IWorkbenchPart) . |
org.eclipse.emf.edit.ui.action.RedoAction.setActiveEditor(IEditorPart)
As of EMF 2.1.0, replaced by RedoAction.setActiveWorkbenchPart(org.eclipse.ui.IWorkbenchPart) . |
org.eclipse.emf.edit.ui.action.PasteAction.setActiveEditor(IEditorPart)
As of EMF 2.1.0, replaced by PasteAction.setActiveWorkbenchPart(org.eclipse.ui.IWorkbenchPart) . |
org.eclipse.emf.edit.ui.action.LoadResourceAction.setActiveEditor(IEditorPart)
As of EMF 2.1.0, replaced by LoadResourceAction.setActiveWorkbenchPart(org.eclipse.ui.IWorkbenchPart) . |
org.eclipse.emf.edit.ui.action.DeleteAction.setActiveEditor(IEditorPart)
As of EMF 2.1.0, replaced by DeleteAction.setActiveWorkbenchPart(org.eclipse.ui.IWorkbenchPart) . |
org.eclipse.emf.edit.ui.action.DelegatingCommandAction.setActiveEditor(IEditorPart)
As of EMF 2.1.0, replaced by DelegatingCommandAction.setActiveWorkbenchPart(org.eclipse.ui.IWorkbenchPart) . |
org.eclipse.emf.edit.ui.action.CutAction.setActiveEditor(IEditorPart)
As of EMF 2.1.0, replaced by CutAction.setActiveWorkbenchPart(org.eclipse.ui.IWorkbenchPart) . |
org.eclipse.emf.edit.ui.action.CopyAction.setActiveEditor(IEditorPart)
As of EMF 2.1.0, replaced by CopyAction.setActiveWorkbenchPart(org.eclipse.ui.IWorkbenchPart) . |
org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor.setActiveView(IViewPart)
|
org.eclipse.emf.ecore.util.EcoreUtil.setEList(EList, Collection)
replaced by ECollections.setEList(EList, List) in 2.1.0 |
org.eclipse.emf.ecore.util.EcoreUtil.setEList(EList, List)
replaced by ECollections.setEList(EList, List) in 2.1.0 |
org.eclipse.emf.edit.ui.action.DelegatingCommandAction.unregisterSelectionListener(IEditorPart)
As of EMF 2.1.0, replaced by unregisterSelectionListener . |
org.eclipse.emf.common.util.URI.validJarAuthority(String)
As of EMF 2.0, replaced by validArchiveAuthority . |