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

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

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

Methods in org.eclipse.jpt.core.resource.orm that return XmlTable
 XmlTable OrmFactory.createXmlTable()
           
 XmlTable XmlEntity.getTable()
          Returns the value of the 'Table' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type XmlTable
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetTable(XmlTable newTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlEntity.setTable(XmlTable newTable)
          Sets the value of the 'Table' containment reference.