Uses of Class
net.webapp2.userinfo.domain.District

Packages that use District
net.webapp2.userinfo.domain   
 

Uses of District in net.webapp2.userinfo.domain
 

Methods in net.webapp2.userinfo.domain that return District
 District UserInfo.getDomicile()
           
static District District.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static District[] District.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.webapp2.userinfo.domain with parameters of type District
 void UserInfo.setDomicile(District domicile)