Uses of Interface
org.eclipse.emf.test.models.tree.Data

Packages that use Data
org.eclipse.emf.test.models.tree   
org.eclipse.emf.test.models.tree.impl   
org.eclipse.emf.test.models.tree.util   
 

Uses of Data in org.eclipse.emf.test.models.tree
 

Methods in org.eclipse.emf.test.models.tree that return Data
 Data TreeFactory.createData()
          Returns a new object of class 'Data'
 Data Node.getData()
          Returns the value of the 'Data' reference.
 

Methods in org.eclipse.emf.test.models.tree with parameters of type Data
 void Node.setData(Data value)
          Sets the value of the 'Data' reference
 

Uses of Data in org.eclipse.emf.test.models.tree.impl
 

Classes in org.eclipse.emf.test.models.tree.impl that implement Data
 class DataImpl
          An implementation of the model object 'Data'
 

Fields in org.eclipse.emf.test.models.tree.impl declared as Data
protected  Data NodeImpl.data
          The cached value of the 'Data' reference
 

Methods in org.eclipse.emf.test.models.tree.impl that return Data
 Data NodeImpl.basicGetData()
           
 Data TreeFactoryImpl.createData()
           
 Data NodeImpl.getData()
           
 

Methods in org.eclipse.emf.test.models.tree.impl with parameters of type Data
 NotificationChain NodeImpl.basicSetData(Data newData, NotificationChain msgs)
           
 void NodeImpl.setData(Data newData)
           
 

Uses of Data in org.eclipse.emf.test.models.tree.util
 

Methods in org.eclipse.emf.test.models.tree.util with parameters of type Data
 T TreeSwitch.caseData(Data object)
          Returns the result of interpreting the object as an instance of 'Data'
 


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