Uses of Class
rdbtoonto.dbmodel.AType

Packages that use AType
rdbtoonto.dbmodel   
 

Uses of AType in rdbtoonto.dbmodel
 

Methods in rdbtoonto.dbmodel that return AType
 AType Attribute.getType()
           
static AType AType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AType[] AType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in rdbtoonto.dbmodel with parameters of type AType
 void Attribute.setType(AType type)
           
 

Constructors in rdbtoonto.dbmodel with parameters of type AType
Attribute(java.lang.String name, AType type)