Uses of Interface
org.openxma.dsl.dom.model.Column

Packages that use Column
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of Column in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return Column
 Column DomFactory.createColumn()
          Returns a new object of class 'Column'.
 

Uses of Column in org.openxma.dsl.dom.model
 

Methods in org.openxma.dsl.dom.model that return Column
 Column Dao.getColumnDefinition(Attribute attribute)
           
 Column Column.getColumnDefinition(Attribute attribute)
           
 Column Dao.getPrimaryKeyColumn()
          Returns the value of the 'Primary Key Column' reference.
 Column Dao.getVersionColumn()
          Returns the value of the 'Version Column' reference.
 

Methods in org.openxma.dsl.dom.model that return types with arguments of type Column
 org.eclipse.emf.common.util.EList<Column> ManyToOne.getColumns()
          Returns the value of the 'Columns' containment reference list.
 org.eclipse.emf.common.util.EList<Column> Dao.getColumns()
          Returns the value of the 'Columns' containment reference list.
 org.eclipse.emf.common.util.EList<Column> Column.getColumns()
          Returns the value of the 'Columns' containment reference list.
 org.eclipse.emf.common.util.EList<Column> OneToMany.getColumns()
          Returns the value of the 'Columns' containment reference list.
 org.eclipse.emf.common.util.EList<Column> Dao.getNaturalKeyColumns()
          Returns the value of the 'Natural Key Columns' reference list.
 

Uses of Column in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement Column
 class ColumnImpl
          An implementation of the model object 'Column'.
 

Fields in org.openxma.dsl.dom.model.impl declared as Column
protected  Column DaoImpl.primaryKeyColumn
          The cached value of the 'Column' reference.
protected  Column DaoImpl.versionColumn
          The cached value of the 'Column' reference.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type Column
protected  org.eclipse.emf.common.util.EList<Column> DaoImpl.columns
          The cached value of the 'Columns' containment reference list.
protected  org.eclipse.emf.common.util.EList<Column> ManyToOneImpl.columns
          The cached value of the 'Columns' containment reference list.
protected  org.eclipse.emf.common.util.EList<Column> ColumnImpl.columns
          The cached value of the 'Columns' containment reference list.
protected  org.eclipse.emf.common.util.EList<Column> OneToManyImpl.columns
          The cached value of the 'Columns' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return Column
 Column DomFactoryImpl.createColumn()
           
 Column DaoImpl.getColumnDefinition(Attribute attribute)
           
 Column ColumnImpl.getColumnDefinition(Attribute attribute)
           
 Column DaoImpl.getPrimaryKeyColumn()
           
 Column DaoImpl.getVersionColumn()
           
 

Methods in org.openxma.dsl.dom.model.impl that return types with arguments of type Column
 org.eclipse.emf.common.util.EList<Column> DaoImpl.getColumns()
           
 org.eclipse.emf.common.util.EList<Column> ManyToOneImpl.getColumns()
           
 org.eclipse.emf.common.util.EList<Column> ColumnImpl.getColumns()
           
 org.eclipse.emf.common.util.EList<Column> OneToManyImpl.getColumns()
           
 org.eclipse.emf.common.util.EList<Column> DaoImpl.getNaturalKeyColumns()
           
 

Uses of Column in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type Column
 T DomSwitch.caseColumn(Column object)
          Returns the result of interpreting the object as an instance of 'Column'.
 



Copyright © 2013. All Rights Reserved.