org.eclipse.emf.codegen.ecore.genmodel.impl
Class GenBaseImpl.GenAnnotationCopier

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.eclipse.emf.ecore.util.EcoreUtil.Copier
              extended byorg.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenAnnotationCopier
All Implemented Interfaces:
Cloneable, Map, Serializable
Enclosing class:
GenBaseImpl

protected static class GenBaseImpl.GenAnnotationCopier
extends EcoreUtil.Copier

See Also:
Serialized Form

Field Summary
protected  ResourceSet newContext
           
protected  EObject oldContext
           
 
Fields inherited from class org.eclipse.emf.ecore.util.EcoreUtil.Copier
resolveProxies
 
Constructor Summary
GenBaseImpl.GenAnnotationCopier(ResourceSet newContext, EObject oldContext)
           
 
Method Summary
 void dispose()
           
 Object get(Object key)
           
 
Methods inherited from class org.eclipse.emf.ecore.util.EcoreUtil.Copier
copy, copyAll, copyAttribute, copyContainment, copyProxyURI, copyReference, copyReferences, createCopy, getTarget, getTarget
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

newContext

protected ResourceSet newContext

oldContext

protected EObject oldContext
Constructor Detail

GenBaseImpl.GenAnnotationCopier

public GenBaseImpl.GenAnnotationCopier(ResourceSet newContext,
                                       EObject oldContext)
Method Detail

dispose

public void dispose()

get

public Object get(Object key)

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