Uses of Class
org.eclipse.jpt.core.resource.orm.Inheritance

Packages that use Inheritance
org.eclipse.jpt.core.resource.orm   
 

Uses of Inheritance in org.eclipse.jpt.core.resource.orm
 

Methods in org.eclipse.jpt.core.resource.orm that return Inheritance
 Inheritance OrmFactory.createInheritance()
           
 Inheritance XmlEntity.getInheritance()
          Returns the value of the 'Inheritance' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type Inheritance
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetInheritance(Inheritance newInheritance, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlEntity.setInheritance(Inheritance newInheritance)
          Sets the value of the 'Inheritance' containment reference.