Class StandardGeoRegions.Canada
- java.lang.Object
-
- org.sellcom.geotemporal.geography.StandardGeoRegions.Canada
-
- Enclosing class:
- StandardGeoRegions
public static class StandardGeoRegions.Canada extends Object
Codes for supportedGeoRegions in Canada.- Since:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringNORTHWEST_TERRITORIESRegion code of the Northwest Territories.static StringPROVINCE_OF_ALBERTARegion code of the Province of Alberta.static StringPROVINCE_OF_BRITISH_COLUMBIARegion code of the Province of British Columbia.static StringPROVINCE_OF_MANITOBARegion code of the Province of Manitoba.static StringPROVINCE_OF_NEW_BRUNSWICKRegion code of the Province of New Brunswick.static StringPROVINCE_OF_NEWFOUNDLAND_AND_LABRADORRegion code of the Province of Newfoundland and Labrador.static StringPROVINCE_OF_NOVA_SCOTIARegion code of the Province of Nova Scotia.static StringPROVINCE_OF_ONTARIORegion code of the Province of Ontario.static StringPROVINCE_OF_PRINCE_EDWARD_ISLANDRegion code of the Province of Prince Edward Island.static StringPROVINCE_OF_QUEBECRegion code of the Province of Quebec.static StringPROVINCE_OF_SASKATCHEWANRegion code of the Province of Saskatchewan.static StringTERRITORY_OF_NUNAVUTRegion code of the Territory of Nunavut.static StringTERRITORY_OF_YUKONRegion code of the Territory of Yukon.
-
-
-
Field Detail
-
NORTHWEST_TERRITORIES
public static final String NORTHWEST_TERRITORIES
Region code of the Northwest Territories.- Since:
- 1.0
- See Also:
- Constant Field Values
-
PROVINCE_OF_ALBERTA
public static final String PROVINCE_OF_ALBERTA
Region code of the Province of Alberta.- Since:
- 1.0
- See Also:
- Constant Field Values
-
PROVINCE_OF_BRITISH_COLUMBIA
public static final String PROVINCE_OF_BRITISH_COLUMBIA
Region code of the Province of British Columbia.- Since:
- 1.0
- See Also:
- Constant Field Values
-
PROVINCE_OF_MANITOBA
public static final String PROVINCE_OF_MANITOBA
Region code of the Province of Manitoba.- Since:
- 1.0
- See Also:
- Constant Field Values
-
PROVINCE_OF_NEW_BRUNSWICK
public static final String PROVINCE_OF_NEW_BRUNSWICK
Region code of the Province of New Brunswick.- Since:
- 1.0
- See Also:
- Constant Field Values
-
PROVINCE_OF_NEWFOUNDLAND_AND_LABRADOR
public static final String PROVINCE_OF_NEWFOUNDLAND_AND_LABRADOR
Region code of the Province of Newfoundland and Labrador.- Since:
- 1.0
- See Also:
- Constant Field Values
-
PROVINCE_OF_NOVA_SCOTIA
public static final String PROVINCE_OF_NOVA_SCOTIA
Region code of the Province of Nova Scotia.- Since:
- 1.0
- See Also:
- Constant Field Values
-
PROVINCE_OF_ONTARIO
public static final String PROVINCE_OF_ONTARIO
Region code of the Province of Ontario.- Since:
- 1.0
- See Also:
- Constant Field Values
-
PROVINCE_OF_PRINCE_EDWARD_ISLAND
public static final String PROVINCE_OF_PRINCE_EDWARD_ISLAND
Region code of the Province of Prince Edward Island.- Since:
- 1.0
- See Also:
- Constant Field Values
-
PROVINCE_OF_QUEBEC
public static final String PROVINCE_OF_QUEBEC
Region code of the Province of Quebec.- Since:
- 1.0
- See Also:
- Constant Field Values
-
PROVINCE_OF_SASKATCHEWAN
public static final String PROVINCE_OF_SASKATCHEWAN
Region code of the Province of Saskatchewan.- Since:
- 1.0
- See Also:
- Constant Field Values
-
TERRITORY_OF_NUNAVUT
public static final String TERRITORY_OF_NUNAVUT
Region code of the Territory of Nunavut.- Since:
- 1.0
- See Also:
- Constant Field Values
-
TERRITORY_OF_YUKON
public static final String TERRITORY_OF_YUKON
Region code of the Territory of Yukon.- Since:
- 1.0
- See Also:
- Constant Field Values
-
-