Uses of Interface
org.apache.tuscany.sdo.model.ChangeSummaryType

Packages that use ChangeSummaryType
org.apache.tuscany.sdo.model   
org.apache.tuscany.sdo.model.impl   
 

Uses of ChangeSummaryType in org.apache.tuscany.sdo.model
 

Methods in org.apache.tuscany.sdo.model that return ChangeSummaryType
 ChangeSummaryType ModelFactory.createChangeSummaryType()
          Returns a new object of class 'Change Summary Type'.
 ChangeSummaryType BaseDataGraphType.getChangeSummary_()
          Returns the value of the 'Change Summary' containment reference.
 

Methods in org.apache.tuscany.sdo.model with parameters of type ChangeSummaryType
 void BaseDataGraphType.setChangeSummary(ChangeSummaryType value)
          Sets the value of the 'Change Summary' containment reference.
 

Uses of ChangeSummaryType in org.apache.tuscany.sdo.model.impl
 

Classes in org.apache.tuscany.sdo.model.impl that implement ChangeSummaryType
 class ChangeSummaryTypeImpl
          An implementation of the model object 'Change Summary Type'.
 

Fields in org.apache.tuscany.sdo.model.impl declared as ChangeSummaryType
protected  ChangeSummaryType BaseDataGraphTypeImpl.changeSummary
          The cached value of the 'Change Summary' containment reference.
 

Methods in org.apache.tuscany.sdo.model.impl that return ChangeSummaryType
 ChangeSummaryType ModelFactoryImpl.createChangeSummaryType()
           
 ChangeSummaryType BaseDataGraphTypeImpl.getChangeSummary_()
           
 

Methods in org.apache.tuscany.sdo.model.impl with parameters of type ChangeSummaryType
 org.eclipse.emf.common.notify.NotificationChain BaseDataGraphTypeImpl.basicSetChangeSummary(ChangeSummaryType newChangeSummary, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void BaseDataGraphTypeImpl.setChangeSummary(ChangeSummaryType newChangeSummary)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.