jp.go.nict.langrid.dao
クラス ResourceSearchResultForResourcesList

java.lang.Object
  上位を拡張 jp.go.nict.langrid.dao.SearchResult
      上位を拡張 jp.go.nict.langrid.dao.ResourceSearchResultForResourcesList

public class ResourceSearchResultForResourcesList
extends SearchResult


コンストラクタの概要
ResourceSearchResultForResourcesList(ResourceForList[] elements, int totalCount, boolean totalCountFixed, List<String> usedResourceIdList)
           
 
メソッドの概要
 ResourceForList[] getElements()
          言語資源の配列を取得する。
 List<String> getUsedResourceIdList()
           
 
クラス jp.go.nict.langrid.dao.SearchResult から継承されたメソッド
equals, getTotalCount, hashCode, isTotalCountFixed, setTotalCount, setTotalCountFixed, toString
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ResourceSearchResultForResourcesList

public ResourceSearchResultForResourcesList(ResourceForList[] elements,
                                            int totalCount,
                                            boolean totalCountFixed,
                                            List<String> usedResourceIdList)
メソッドの詳細

getElements

public ResourceForList[] getElements()
言語資源の配列を取得する。

戻り値:
言語資源の配列

getUsedResourceIdList

public List<String> getUsedResourceIdList()