Uses of Interface
org.eclipse.emf.mapping.MappedObjectState

Packages that use MappedObjectState
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.mapping.provider   
 

Uses of MappedObjectState in org.eclipse.emf.mapping
 

Methods in org.eclipse.emf.mapping that return MappedObjectState
 MappedObjectState MappingRoot.getMappedObjectState(java.lang.Object object)
          This returns the mapping state, if any, of the given object.
 

Uses of MappedObjectState in org.eclipse.emf.mapping.impl
 

Classes in org.eclipse.emf.mapping.impl that implement MappedObjectState
protected  class MappingRootImpl.MappedObjectStateAdapter
          This is a simple implementation of the basic information that needs to be maintained for any mapped object.
 

Methods in org.eclipse.emf.mapping.impl that return MappedObjectState
 MappedObjectState MappingRootImpl.getMappedObjectState(java.lang.Object object)
          This uses the MappingRootImpl.mappedObjectStateAdapterFactory to get an adapter that implements this interface.
 

Uses of MappedObjectState in org.eclipse.emf.mapping.provider
 

Fields in org.eclipse.emf.mapping.provider declared as MappedObjectState
protected  MappedObjectState MappedObjectItemProvider.mappedObjectState
           
 


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