GeographicLocation Interface

Implements

public interface GeographicLocation
extends HasName, HasInner<Region>

Type representing Geographic Hierarchy region (location).

Method Summary

Modifier and Type Method and Description
abstract java.util.List<GeographicLocation> childLocations()
abstract java.lang.String code()
abstract java.util.List<GeographicLocation> descendantLocations()

Method Details

childLocations

public abstract List childLocations()

Returns:

list of immediate child locations grouped under this location in the Geographic Hierarchy.

code

public abstract String code()

Returns:

the location code.

descendantLocations

public abstract List descendantLocations()

Returns:

list of all descendant locations grouped under this location in the Geographic Hierarchy.

Applies to