次の方法で共有


GeographicLocation インターフェイス

実装

public interface GeographicLocation
extends HasName, HasInner<Region>

地理的階層領域 (場所) を表す型。

メソッドの概要

修飾子と型 メソッドと説明
abstract java.util.List<GeographicLocation> childLocations()
abstract java.lang.String code()
abstract java.util.List<GeographicLocation> descendantLocations()

メソッドの詳細

childLocations

public abstract List childLocations()

Returns:

地理的階層のこの場所の下にグループ化された直接の子の場所の一覧。

code

public abstract String code()

Returns:

場所コード。

descendantLocations

public abstract List descendantLocations()

Returns:

地理的階層のこの場所の下にグループ化されたすべての子孫の場所の一覧。

適用対象