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

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

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlGeneratedValue
 OrmGeneratedValue OrmXmlContextNodeFactory.buildOrmGeneratedValue(XmlContextNode parent, XmlGeneratedValue resourceGeneratedValue)
           
 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
 

Methods in org.eclipse.jpt.core.resource.orm that return XmlGeneratedValue
 XmlGeneratedValue OrmFactory.createXmlGeneratedValue()
           
 XmlGeneratedValue XmlId.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 XmlId.basicSetGeneratedValue(XmlGeneratedValue newGeneratedValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlId.setGeneratedValue(XmlGeneratedValue newGeneratedValue)
          Sets the value of the 'Generated Value' containment reference.
 

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

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

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

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

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

Methods in org.eclipse.jpt.eclipselink.core.resource.orm.v1_1 with parameters of type XmlGeneratedValue
 void XmlBasic_1_1.setGeneratedValue(XmlGeneratedValue value)
          Sets the value of the 'Generated Value' containment reference.