Uses of Class
net.webapp2.util.ibatis.misc.District

Packages that use District
net.webapp2.util.ibatis.misc   
 

Uses of District in net.webapp2.util.ibatis.misc
 

Methods in net.webapp2.util.ibatis.misc that return District
 District JustForTest.getDistrict()
           
protected  District[] DistrictTypeHandler.getEnums()
           
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.util.ibatis.misc with parameters of type District
 void JustForTest.setDistrict(District district)