Uses of Class
rdbtoonto.dbmodel.Attribute

Packages that use Attribute
rdbtoonto.converters   
rdbtoonto.dbmodel   
 

Uses of Attribute in rdbtoonto.converters
 

Methods in rdbtoonto.converters with parameters of type Attribute
 void RDBToOntoConverter.removeDBAttDatatypePropLink(TableDef tableDef, Attribute att)
          Removes a bidirectional link between a DB attribute and a data type property.
 

Uses of Attribute in rdbtoonto.dbmodel
 

Methods in rdbtoonto.dbmodel that return Attribute
 Attribute TableDef.getAttribute(java.lang.String att)
           
 Attribute DBReader.lookForAttIgnoreCase(java.lang.String attName, TableDef td)
           
 

Methods in rdbtoonto.dbmodel that return types with arguments of type Attribute
 java.util.Hashtable<java.lang.String,Attribute> TableDef.getAttributes()
           
 

Methods in rdbtoonto.dbmodel with parameters of type Attribute
 void TableDef.addAttribute(Attribute att)
           
 boolean Attribute.compatible(Attribute a)
          Test of Type compatibility between two attributes