Uses of Class
org.modelsphere.sms.or.db.DbORNotation

Packages that use DbORNotation
org.modelsphere.sms.db   
org.modelsphere.sms.or.db   
 

Uses of DbORNotation in org.modelsphere.sms.db
 

Methods in org.modelsphere.sms.db that return DbORNotation
 DbORNotation DbSMSProject.getErDefaultNotation()
          Gets the entity relationship - default notation object associated to a DbSMSProject's instance.
 DbORNotation DbSMSProject.getOrDefaultNotation()
          Gets the data - default notation object associated to a DbSMSProject's instance.
 

Methods in org.modelsphere.sms.db with parameters of type DbORNotation
 void DbSMSProject.setErDefaultNotation(DbORNotation value)
          Sets the entity relationship - default notation object associated to a DbSMSProject's instance.
 void DbSMSProject.setOrDefaultNotation(DbORNotation value)
          Sets the data - default notation object associated to a DbSMSProject's instance.
 

Uses of DbORNotation in org.modelsphere.sms.or.db
 

Methods in org.modelsphere.sms.or.db that return DbORNotation
 DbORNotation DbORDiagram.findNotation()
           
 DbORNotation DbORDiagram.getNotation()
          Gets the notation object associated to a DbORDiagram's instance.
 

Methods in org.modelsphere.sms.or.db with parameters of type DbORNotation
 void DbORNotation.copyOptions(DbORNotation srcNotation)
           
 void DbORDiagram.setNotation(DbORNotation value)
          Sets the notation object associated to a DbORDiagram's instance.
 



Open ModelSphere 2007. All Rights Reserved.