Uses of Interface
commonj.sdo.ChangeSummary.Setting

Packages that use ChangeSummary.Setting
org.eclipse.emf.ecore.sdo Provides an API for supporting Service Data Objects in EMF.  
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 ChangeSummary.Setting in org.eclipse.emf.ecore.sdo
 

Subinterfaces of ChangeSummary.Setting in org.eclipse.emf.ecore.sdo
 interface EChangeSummarySetting
           A representation of the model object 'EChange Summary Setting'
 

Methods in org.eclipse.emf.ecore.sdo that return ChangeSummary.Setting
 ChangeSummary.Setting EChangeSummary.getOldValue(DataObject dataObject, Property property)
          Returns a setting for the specified property representing the property value of the given dataObject at the point when logging began.
 

Uses of ChangeSummary.Setting in org.eclipse.emf.ecore.sdo.impl
 

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

Methods in org.eclipse.emf.ecore.sdo.impl that return ChangeSummary.Setting
 ChangeSummary.Setting EChangeSummaryImpl.getOldValue(DataObject dataObject, Property property)
           
 

Uses of ChangeSummary.Setting in org.eclipse.emf.ecore.sdo.util
 

Methods in org.eclipse.emf.ecore.sdo.util with parameters of type ChangeSummary.Setting
 Object SDOSwitch.caseChangeSummarySetting(ChangeSummary.Setting object)
          Returns the result of interpretting the object as an instance of 'Change Summary Setting'
 


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