Home | History | Annotate | Download | only in util

Lines Matching refs:GROUPING

30  *  selected economic and other grouping" as defined in 
50 * GROUPING - A widely understood grouping of territories that has a well defined membership such
53 * their own region code. Region "EU" (European Union) is one such region code that is a grouping.
65 * values are WORLD, CONTINENT, SUBCONTINENT, TERRITORY, GROUPING, DEPRECATED, and UNKNOWN.
99 * Type representing a grouping of territories that is not to be used in
103 GROUPING,
185 groupingContainment = territoryContainment.get("grouping");
307 for ( String grouping : groupings ) {
308 if (regionIDMap.containsKey(grouping)) {
309 r = regionIDMap.get(grouping);
310 r.type = RegionType.GROUPING;
340 // Regions of type GROUPING can't be set as the parent, since another region
342 if ( parentRegion.getType() != RegionType.GROUPING) {