Uses of Interface
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlIndex_2_2

Packages that use XmlIndex_2_2
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2   
 

Uses of XmlIndex_2_2 in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 

Classes in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that implement XmlIndex_2_2
 class XmlIndex
          A representation of the model object 'Xml Index'.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return XmlIndex_2_2
 XmlIndex_2_2 XmlVersion.getIndex()
          Returns the value of the 'Index' containment reference.
 XmlIndex_2_2 XmlId.getIndex()
          Returns the value of the 'Index' containment reference.
 XmlIndex_2_2 XmlEntity.getIndex()
          Returns the value of the 'Index' containment reference.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type XmlIndex_2_2
 org.eclipse.emf.common.notify.NotificationChain XmlVersion.basicSetIndex(XmlIndex_2_2 newIndex, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlId.basicSetIndex(XmlIndex_2_2 newIndex, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetIndex(XmlIndex_2_2 newIndex, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlVersion.setIndex(XmlIndex_2_2 newIndex)
          Sets the value of the 'Index' containment reference.
 void XmlId.setIndex(XmlIndex_2_2 newIndex)
          Sets the value of the 'Index' containment reference.
 void XmlEntity.setIndex(XmlIndex_2_2 newIndex)
          Sets the value of the 'Index' containment reference.
 

Uses of XmlIndex_2_2 in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2 that return XmlIndex_2_2
 XmlIndex_2_2 XmlVersion_2_2.getIndex()
          Returns the value of the 'Index' containment reference.
 XmlIndex_2_2 XmlId_2_2.getIndex()
          Returns the value of the 'Index' containment reference.
 XmlIndex_2_2 XmlEntity_2_2.getIndex()
          Returns the value of the 'Index' containment reference.
 XmlIndex_2_2 XmlBasic_2_2.getIndex()
          Returns the value of the 'Index' containment reference.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2 with parameters of type XmlIndex_2_2
 void XmlVersion_2_2.setIndex(XmlIndex_2_2 value)
          Sets the value of the 'Index' containment reference.
 void XmlId_2_2.setIndex(XmlIndex_2_2 value)
          Sets the value of the 'Index' containment reference.
 void XmlEntity_2_2.setIndex(XmlIndex_2_2 value)
          Sets the value of the 'Index' containment reference.
 void XmlBasic_2_2.setIndex(XmlIndex_2_2 value)
          Sets the value of the 'Index' containment reference.