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

Packages that use XmlGeneratedValue
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.resource.orm   
org.eclipse.jpt.eclipselink1_1.core.resource.orm   
 

Uses of XmlGeneratedValue in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type XmlGeneratedValue
 OrmGeneratedValue JpaFactory.buildOrmGeneratedValue(XmlContextNode parent, XmlGeneratedValue resourceGeneratedValue)
           
 

Uses of XmlGeneratedValue in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlGeneratedValue
 void OrmGeneratedValue.update(XmlGeneratedValue generatedValue)
          Update the OrmGeneratedValue context model object to match the XmlGeneratedValue resource model object.
 

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

Classes in org.eclipse.jpt.core.resource.orm that implement XmlGeneratedValue
 class XmlGeneratedValueImpl
          A representation of the model object 'Generated Value'.
 

Methods in org.eclipse.jpt.core.resource.orm that return XmlGeneratedValue
 XmlGeneratedValue XmlId.getGeneratedValue()
          Returns the value of the 'Generated Value' containment reference.
 XmlGeneratedValue XmlIdImpl.getGeneratedValue()
          Returns the value of the 'Generated Value' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type XmlGeneratedValue
 org.eclipse.emf.common.notify.NotificationChain XmlIdImpl.basicSetGeneratedValue(XmlGeneratedValue newGeneratedValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlId.setGeneratedValue(XmlGeneratedValue value)
          Sets the value of the 'Generated Value' containment reference.
 void XmlIdImpl.setGeneratedValue(XmlGeneratedValue newGeneratedValue)
          Sets the value of the 'Generated Value' containment reference.
 

Uses of XmlGeneratedValue in org.eclipse.jpt.eclipselink1_1.core.resource.orm
 

Methods in org.eclipse.jpt.eclipselink1_1.core.resource.orm that return XmlGeneratedValue
 XmlGeneratedValue XmlBasic.getGeneratedValue()
          Returns the value of the 'Generated Value' containment reference.
 XmlGeneratedValue XmlBasicImpl.getGeneratedValue()
          Returns the value of the 'Generated Value' containment reference.
 

Methods in org.eclipse.jpt.eclipselink1_1.core.resource.orm with parameters of type XmlGeneratedValue
 org.eclipse.emf.common.notify.NotificationChain XmlBasicImpl.basicSetGeneratedValue(XmlGeneratedValue newGeneratedValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlBasic.setGeneratedValue(XmlGeneratedValue value)
          Sets the value of the 'Generated Value' containment reference.
 void XmlBasicImpl.setGeneratedValue(XmlGeneratedValue newGeneratedValue)
          Sets the value of the 'Generated Value' containment reference.