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

Packages that use DataBaseConstraint
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.scoping   
org.openxma.dsl.dom.util   
 

Uses of DataBaseConstraint in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return DataBaseConstraint
 DataBaseConstraint DomFactory.createDataBaseConstraint()
          Returns a new object of class 'Data Base Constraint'.
 

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

Methods in org.openxma.dsl.dom.model that return DataBaseConstraint
 DataBaseConstraint Dao.getNaturalKey()
          Returns the value of the 'Natural Key' reference.
 DataBaseConstraint Dao.getPrimaryKey()
          Returns the value of the 'Primary Key' reference.
 

Methods in org.openxma.dsl.dom.model that return types with arguments of type DataBaseConstraint
 Collection<DataBaseConstraint> Dao.getDataBaseConstraintByType(DataBaseConstraintType type)
           
 org.eclipse.emf.common.util.EList<DataBaseConstraint> Dao.getDataBaseConstraints()
          Returns the value of the 'Data Base Constraints' containment reference list.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement DataBaseConstraint
 class DataBaseConstraintImpl
          An implementation of the model object ' Data Base Constraint'.
 

Fields in org.openxma.dsl.dom.model.impl declared as DataBaseConstraint
protected  DataBaseConstraint DaoImpl.naturalKey
          The cached value of the 'DataBaseConstraint' reference.
protected  DataBaseConstraint DaoImpl.primaryKey
          The cached value of the 'DataBaseConstraint' reference.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type DataBaseConstraint
protected  org.eclipse.emf.common.util.EList<DataBaseConstraint> DaoImpl.dataBaseConstraints
          The cached value of the 'Data Base Constraints' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return DataBaseConstraint
 DataBaseConstraint DomFactoryImpl.createDataBaseConstraint()
           
 DataBaseConstraint DaoImpl.getNaturalKey()
           
 DataBaseConstraint DaoImpl.getPrimaryKey()
           
 

Methods in org.openxma.dsl.dom.model.impl that return types with arguments of type DataBaseConstraint
 Collection<DataBaseConstraint> DaoImpl.getDataBaseConstraintByType(DataBaseConstraintType type)
           
 org.eclipse.emf.common.util.EList<DataBaseConstraint> DaoImpl.getDataBaseConstraints()
           
 

Uses of DataBaseConstraint in org.openxma.dsl.dom.scoping
 

Methods in org.openxma.dsl.dom.scoping with parameters of type DataBaseConstraint
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_DataBaseConstraint_attributes(DataBaseConstraint dataBaseConstraint, org.eclipse.emf.ecore.EReference eReference)
           
 

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

Methods in org.openxma.dsl.dom.util with parameters of type DataBaseConstraint
 T DomSwitch.caseDataBaseConstraint(DataBaseConstraint object)
          Returns the result of interpreting the object as an instance of 'Data Base Constraint'.
 



Copyright © 2013. All Rights Reserved.