| Package | Description |
|---|---|
| com.revolsys.ui.html.domain |
| Modifier and Type | Method and Description |
|---|---|
static Region |
Region.getRegion(String countryRegioncode) |
static Region |
Region.getRegionByCode(Country country,
String code) |
static Region |
Region.getRegionByCode(String countryCode,
String code) |
static Region |
Region.getRegionByName(Country country,
String name) |
static Region |
Region.getRegionByName(String countryCode,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Region> |
Region.getRegionCodeMap(Country country) |
static Map<String,Region> |
Region.getRegionNameMap(Country country) |
static List<Region> |
Region.getRegions(Country country) |
static List<Region> |
Region.getRegions(String countryCode) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.