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

Packages that use EChangeSummarySetting
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 EChangeSummarySetting in org.eclipse.emf.ecore.sdo
 

Methods in org.eclipse.emf.ecore.sdo that return EChangeSummarySetting
 EChangeSummarySetting SDOFactory.createEChangeSummarySetting()
          Returns a new object of class 'EChange Summary Setting'
 EChangeSummarySetting SDOFactory.createEChangeSummarySetting(EStructuralFeature eStructuralFeature, java.lang.Object value, boolean isSet)
           
 

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

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

Methods in org.eclipse.emf.ecore.sdo.impl that return EChangeSummarySetting
 EChangeSummarySetting SDOFactoryImpl.createEChangeSummarySetting()
           
 EChangeSummarySetting SDOFactoryImpl.createEChangeSummarySetting(EStructuralFeature eStructuralFeature, java.lang.Object value, boolean isSet)
           
 

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

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


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