Uses of Class
org.fm.addressbook.businessobject.BaseType

Packages that use BaseType
org.fm.addressbook.businessobject   
org.fm.addressbook.util   
 

Uses of BaseType in org.fm.addressbook.businessobject
 

Fields in org.fm.addressbook.businessobject declared as BaseType
 BaseType BaseType.type
           
 

Methods in org.fm.addressbook.businessobject that return BaseType
 BaseType BaseType.getType()
           
 

Methods in org.fm.addressbook.businessobject with parameters of type BaseType
 void BaseType.setType(BaseType type)
           
 

Uses of BaseType in org.fm.addressbook.util
 

Methods in org.fm.addressbook.util that return types with arguments of type BaseType
static java.util.List<BaseType> XMLUtil.getBaseTypes(org.dom4j.Document document, java.lang.String keyType, java.lang.String key)
          Return list of BaseType in given document for given keyType and key