GetChildren

指定された関係から子の行を取得します。

構文

public List getChildren(String childName)

パラメータ

  • 親子関係の名前 ("Flood Plain Data"、"References"、"Used By" など)。

結果

指定された関係から子の行を返します。

List childRows = row.getChildren("child1");