Uses of Interface
org.eclipse.emf.ecore.sdo.EChangeSummary

Packages that use EChangeSummary
org.eclipse.emf.ecore.sdo Provides an API for supporting Service Data Objects in EMF. 
org.eclipse.emf.ecore.sdo.action Provides actions for Ecore SDO. 
org.eclipse.emf.ecore.sdo.impl Provides an implementation of the Ecore-based SDO API. 
org.eclipse.emf.ecore.sdo.util Provides utilities. 
 

Uses of EChangeSummary in org.eclipse.emf.ecore.sdo
 

Methods in org.eclipse.emf.ecore.sdo that return EChangeSummary
 EChangeSummary SDOFactory.createEChangeSummary()
          Returns a new object of class 'EChange Summary'
 EChangeSummary EDataGraph.getEChangeSummary()
          Returns the value of the 'EChange Summary' reference.
 

Methods in org.eclipse.emf.ecore.sdo with parameters of type EChangeSummary
 void EDataGraph.setEChangeSummary(EChangeSummary value)
          Sets the value of the 'EChange Summary' reference
 

Uses of EChangeSummary in org.eclipse.emf.ecore.sdo.action
 

Fields in org.eclipse.emf.ecore.sdo.action declared as EChangeSummary
protected  EChangeSummary ApplyChangeAction.changeSummary
           
 

Uses of EChangeSummary in org.eclipse.emf.ecore.sdo.impl
 

Classes in org.eclipse.emf.ecore.sdo.impl that implement EChangeSummary
 class EChangeSummaryImpl
          An implementation of the model object 'EChange Summary'
 

Fields in org.eclipse.emf.ecore.sdo.impl declared as EChangeSummary
protected  EChangeSummary EDataGraphImpl.eChangeSummary
          The cached value of the 'EChange Summary' reference
 

Methods in org.eclipse.emf.ecore.sdo.impl that return EChangeSummary
protected  EChangeSummary EDataGraphImpl.createEChangeSummary()
           
 EChangeSummary SDOFactoryImpl.createEChangeSummary()
           
 EChangeSummary EDataGraphImpl.getEChangeSummary()
           
 

Methods in org.eclipse.emf.ecore.sdo.impl with parameters of type EChangeSummary
 NotificationChain EDataGraphImpl.basicSetEChangeSummary(EChangeSummary newEChangeSummary, NotificationChain msgs)
           
 void EDataGraphImpl.setEChangeSummary(EChangeSummary newEChangeSummary)
           
 

Uses of EChangeSummary in org.eclipse.emf.ecore.sdo.util
 

Methods in org.eclipse.emf.ecore.sdo.util with parameters of type EChangeSummary
 T SDOSwitch.caseEChangeSummary(EChangeSummary object)
          Returns the result of interpreting the object as an instance of 'EChange Summary'
 


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