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

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

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.initialize(XmlGeneratedValue generatedValue)
           
 void OrmGeneratedValue.update(XmlGeneratedValue generatedValue)
           
 

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.