public final class Region extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getCode() |
Country |
getCountry() |
String |
getName() |
static Region |
getRegion(String countryRegioncode) |
static Region |
getRegionByCode(Country country,
String code) |
static Region |
getRegionByCode(String countryCode,
String code) |
static Region |
getRegionByName(Country country,
String name) |
static Region |
getRegionByName(String countryCode,
String name) |
static Map<String,Region> |
getRegionCodeMap(Country country) |
static Map<String,Region> |
getRegionNameMap(Country country) |
static List<Region> |
getRegions(Country country) |
static List<Region> |
getRegions(String countryCode) |
int |
hashCode() |
String |
toString() |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.