Deprecated API

Deprecated Classes
org.eclipse.emf.codegen.CodeGen.StreamProgressMonitor
          As of EMF 2.1.0, moved to CodeGenUtil. 
org.eclipse.emf.edit.ui.provider.PropertyDescriptor.FloatCellEditor
            
org.eclipse.emf.edit.ui.provider.PropertyDescriptor.IntegerCellEditor
            
 

Deprecated Fields
org.eclipse.emf.edit.provider.ItemProviderAdapter.childrenReferences
          As of EMF 2.0, replaced by ItemProviderAdapter.childrenFeatures. 
org.eclipse.emf.common.notify.Notification.CREATE
            
org.eclipse.emf.edit.ui.action.DelegatingCommandAction.editorActionDelegate
          As of EMF 2.1.0, replaced by DelegatingCommandAction.actionDelegate. 
org.eclipse.emf.edit.ui.action.DelegatingCommandAction.editorPart
          As of EMF 2.1.0, replaced by DelegatingCommandAction.workbenchPart. 
org.eclipse.emf.edit.ui.action.CommandAction.editorPart
          As of EMF 2.1.0, replaced by CommandAction.workbenchPart. 
org.eclipse.emf.mapping.command.CreateMappingCommand.ENABLE_ALL
          - use MappingDomain.ENABLE_ALL 
org.eclipse.emf.mapping.command.CreateMappingCommand.ENABLE_EMPTY_INPUTS
          - use MappingDomain.ENABLE_EMPTY_INPUTS 
org.eclipse.emf.mapping.command.CreateMappingCommand.ENABLE_EMPTY_OUTPUTS
          - use MappingDomain.ENABLE_EMPTY_OUTPUTS 
org.eclipse.emf.mapping.command.CreateMappingCommand.ENABLE_INCOMPATIBLE_METAOBJECTS
          - use MappingDomain.ENABLE_INCOMPATIBLE_METAOBJECTS 
org.eclipse.emf.mapping.command.CreateMappingCommand.ENABLE_INCOMPATIBLE_TYPE_CLASSIFIERS
          - use MappingDomain.ENABLE_INCOMPATIBLE_TYPE_CLASSIFIERS 
org.eclipse.emf.mapping.command.CreateMappingCommand.ENABLE_MAPPED_INPUTS
          - use MappingDomain.ENABLE_MULTIPLE_INPUT_MAPPINGS 
org.eclipse.emf.mapping.command.CreateMappingCommand.ENABLE_MAPPED_OUTPUTS
          - use MappingDomain.ENABLE_MULTIPLE_OUTPUT_MAPPINGS 
org.eclipse.emf.mapping.command.CreateMappingCommand.ENABLE_MULTIPLE_INPUTS
          - use MappingDomain.ENABLE_MULTIPLE_INPUTS 
org.eclipse.emf.mapping.command.CreateMappingCommand.ENABLE_MULTIPLE_OUTPUTS
          - use MappingDomain.ENABLE_MULTIPLE_OUTPUTS 
org.eclipse.emf.mapping.command.CreateMappingCommand.ENABLE_UNMAPPED_PARENTS
          - use MappingDomain.ENABLE_UNMAPPED_PARENTS 
org.eclipse.emf.edit.command.CreateChildCommand.NO_INDEX
          As of EMF 2.0, use CommandParameter.NO_INDEX, whose value is equal to this, instead. 
 

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.ecore.change.impl.ChangeFactoryImpl.getPackage()
            
org.eclipse.emf.edit.tree.impl.TreeFactoryImpl.getPackage()
            
org.eclipse.emf.mapping.impl.MappingFactoryImpl.getPackage()
            
org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLFactoryImpl.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. 
 

Deprecated Constructors
org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider(Object, EObject, EAttribute, AdapterFactory)
          As of EMF 2.0.1, replaced by this form. 
org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider(Object, EObject, EAttribute, int, AdapterFactory)
          As of EMF 2.0.1, replaced by this form. 
org.eclipse.emf.mapping.command.CreateMappingCommand(MappingDomain, Collection, int)
            
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider(Object, Object, AdapterFactory)
          As of EMF 2.0.1, replaced by this form. This constructor will be removed as public API, but remain available as a protected method. 
org.eclipse.emf.common.EMFPlugin.EclipsePlugin(IPluginDescriptor)
            
org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider(FeatureMap.Entry, EObject, EAttribute, int, AdapterFactory)
          As of EMF 2.0.1, replaced by this form. 
 


Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.