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

Packages that use Entity
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
org.openxma.dsl.dom.validation   
 

Uses of Entity in org.openxma.dsl.dom
 

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

Methods in org.openxma.dsl.dom with parameters of type Entity
 DataView DomFactory.createDefaultDataView(Entity entity)
          Returns a new object of class 'Data View'.
 

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

Methods in org.openxma.dsl.dom.model that return Entity
 Entity UpdateStatement.getEntity()
          Returns the value of the 'Entity' reference.
 Entity InsertStatement.getEntity()
          Returns the value of the 'Entity' reference.
 Entity Dao.getEntity()
          Returns the value of the 'Entity' reference.
 Entity DeleteStatement.getEntity()
          Returns the value of the 'Entity' reference.
 Entity FromClass.getEntity()
          Returns the value of the 'Entity' reference.
 Entity Delegatee.getObject()
          Returns the value of the 'Object' reference.
 Entity FeatureReference.getSource()
          Returns the value of the 'Source' reference.
 Entity DataViewSource.getSource()
          Returns the value of the 'Source' reference.
 Entity Entity.getSuperType()
          Returns the value of the 'Super Type' reference.
 

Methods in org.openxma.dsl.dom.model with parameters of type Entity
 boolean DataView.includesAllRequiredFeaturesFor(Entity entity)
           
 boolean DataView.includesIdentifierFor(Entity entity)
           
 boolean DataView.includesKeyFor(Entity entity)
           
 boolean DataView.includesVersionFor(Entity entity)
           
 void UpdateStatement.setEntity(Entity value)
          Sets the value of the 'Entity' reference.
 void InsertStatement.setEntity(Entity value)
          Sets the value of the 'Entity' reference.
 void Dao.setEntity(Entity value)
          Sets the value of the 'Entity' reference.
 void DeleteStatement.setEntity(Entity value)
          Sets the value of the 'Entity' reference.
 void FromClass.setEntity(Entity value)
          Sets the value of the 'Entity' reference.
 void FeatureReference.setSource(Entity value)
          Sets the value of the 'Source' reference.
 void DataViewSource.setSource(Entity value)
          Sets the value of the 'Source' reference.
 void Entity.setSuperType(Entity value)
          Sets the value of the 'Super Type' reference.
 

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

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

Fields in org.openxma.dsl.dom.model.impl declared as Entity
protected  Entity DaoImpl.entity
          The cached value of the 'Entity' reference.
protected  Entity FromClassImpl.entity
          The cached value of the 'Entity' reference.
protected  Entity InsertStatementImpl.entity
          The cached value of the 'Entity' reference.
protected  Entity UpdateStatementImpl.entity
          The cached value of the 'Entity' reference.
protected  Entity DeleteStatementImpl.entity
          The cached value of the 'Entity' reference.
protected  Entity FeatureReferenceImpl.source
          The cached value of the 'Source' reference.
protected  Entity EntityImpl.superType
          The cached value of the 'Super Type' reference.
 

Methods in org.openxma.dsl.dom.model.impl that return Entity
 Entity DaoImpl.basicGetEntity()
           
 Entity FromClassImpl.basicGetEntity()
           
 Entity InsertStatementImpl.basicGetEntity()
           
 Entity UpdateStatementImpl.basicGetEntity()
           
 Entity DeleteStatementImpl.basicGetEntity()
           
 Entity FeatureReferenceImpl.basicGetSource()
           
 Entity EntityImpl.basicGetSuperType()
           
 Entity DomFactoryImpl.createEntity()
           
 Entity DaoImpl.getEntity()
           
 Entity FromClassImpl.getEntity()
           
 Entity InsertStatementImpl.getEntity()
           
 Entity UpdateStatementImpl.getEntity()
           
 Entity DeleteStatementImpl.getEntity()
           
 Entity EntityImpl.getObject()
           
 Entity FeatureReferenceImpl.getSource()
           
 Entity EntityImpl.getSuperType()
           
 

Methods in org.openxma.dsl.dom.model.impl with parameters of type Entity
 DataView DomFactoryImpl.createDefaultDataView(Entity entity)
           
 boolean DataViewImpl.includesAllRequiredFeaturesFor(Entity entity)
           
 boolean DataViewImpl.includesIdentifierFor(Entity entity)
           
 boolean DataViewImpl.includesKeyFor(Entity entity)
           
 boolean DataViewImpl.includesVersionFor(Entity entity)
           
 void DaoImpl.setEntity(Entity newEntity)
           
 void FromClassImpl.setEntity(Entity newEntity)
           
 void InsertStatementImpl.setEntity(Entity newEntity)
           
 void UpdateStatementImpl.setEntity(Entity newEntity)
           
 void DeleteStatementImpl.setEntity(Entity newEntity)
           
 void FeatureReferenceImpl.setSource(Entity newSource)
           
 void EntityImpl.setSuperType(Entity newSuperType)
           
 

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

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

Uses of Entity in org.openxma.dsl.dom.validation
 

Methods in org.openxma.dsl.dom.validation with parameters of type Entity
 void DomDslJavaValidator.checkEntity(Entity entity)
           
 void DomDslJavaValidator.checkSuperTypeCycle(Entity entity)
           
 



Copyright © 2013. All Rights Reserved.