Uses of Interface
org.eclipse.jpt.core.resource.orm.XmlBasic

Packages that use XmlBasic
org.eclipse.jpt.core   
org.eclipse.jpt.core.resource.orm   
org.eclipse.jpt.eclipselink.core.resource.orm   
org.eclipse.jpt.eclipselink1_1.core.resource.orm.util   
 

Uses of XmlBasic in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return XmlBasic
 XmlBasic JpaFactory.buildVirtualXmlBasic(OrmTypeMapping ormTypeMapping, JavaBasicMapping javaBasicMapping)
           
 

Methods in org.eclipse.jpt.core with parameters of type XmlBasic
 OrmBasicMapping JpaFactory.buildOrmBasicMapping(OrmPersistentAttribute parent, XmlBasic resourceMapping)
           
 

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

Classes in org.eclipse.jpt.core.resource.orm that implement XmlBasic
 class XmlBasicImpl
          A representation of the model object 'Basic Impl'.
 

Methods in org.eclipse.jpt.core.resource.orm that return types with arguments of type XmlBasic
 org.eclipse.emf.common.util.EList<XmlBasic> Attributes.getBasics()
          Returns the value of the 'Basics' containment reference list.
 

Uses of XmlBasic in org.eclipse.jpt.eclipselink.core.resource.orm
 

Subinterfaces of XmlBasic in org.eclipse.jpt.eclipselink.core.resource.orm
 interface XmlBasic
          A representation of the model object 'Xml Basic'.
 

Uses of XmlBasic in org.eclipse.jpt.eclipselink1_1.core.resource.orm.util
 

Methods in org.eclipse.jpt.eclipselink1_1.core.resource.orm.util with parameters of type XmlBasic
 T EclipseLink1_1OrmSwitch.caseOrm_XmlBasic(XmlBasic object)
          Returns the result of interpreting the object as an instance of 'Xml Basic'.