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

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

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

Methods in org.eclipse.jpt.core.context.orm that return XmlColumn
 XmlColumn OrmColumn.Owner.getColumnResource()
           
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlColumn
 void OrmColumn.initialize(XmlColumn column)
           
 void OrmColumn.update(XmlColumn column)
           
 

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

Classes in org.eclipse.jpt.core.resource.orm that implement XmlColumn
 class XmlColumnImpl
          A representation of the model object 'Column Impl'.
 

Methods in org.eclipse.jpt.core.resource.orm that return XmlColumn
 XmlColumn ColumnMapping.getColumn()
          Returns the value of the 'Column' containment reference.
 XmlColumn XmlAttributeOverride.getColumn()
          Returns the value of the 'Column' containment reference.
 XmlColumn XmlAttributeOverrideImpl.getColumn()
          Returns the value of the 'Column' containment reference.
 XmlColumn XmlBasicImpl.getColumn()
          Returns the value of the 'Column' containment reference.
 XmlColumn XmlIdImpl.getColumn()
          Returns the value of the 'Column' containment reference.
 XmlColumn XmlVersionImpl.getColumn()
          Returns the value of the 'Column' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type XmlColumn
 org.eclipse.emf.common.notify.NotificationChain XmlAttributeOverrideImpl.basicSetColumn(XmlColumn newColumn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlBasicImpl.basicSetColumn(XmlColumn newColumn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlIdImpl.basicSetColumn(XmlColumn newColumn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlVersionImpl.basicSetColumn(XmlColumn newColumn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ColumnMapping.setColumn(XmlColumn value)
          Sets the value of the 'Column' containment reference.
 void XmlAttributeOverride.setColumn(XmlColumn value)
          Sets the value of the 'Column' containment reference.
 void XmlAttributeOverrideImpl.setColumn(XmlColumn newColumn)
          Sets the value of the 'Column' containment reference.
 void XmlBasicImpl.setColumn(XmlColumn newColumn)
          Sets the value of the 'Column' containment reference.
 void XmlIdImpl.setColumn(XmlColumn newColumn)
          Sets the value of the 'Column' containment reference.
 void XmlVersionImpl.setColumn(XmlColumn newColumn)
          Sets the value of the 'Column' containment reference.