クラス
jp.co.going.xbrl.sample.dao.obj.XbRefObj の使用

XbRefObj を使用しているパッケージ
jp.co.going.xbrl.sample.dao XBRLインスタンス
を生成するサンプルGUIで使用するDAOを提供する 
 

jp.co.going.xbrl.sample.dao での XbRefObj の使用
 

XbRefObj を返す jp.co.going.xbrl.sample.dao のメソッド
 XbRefObj XbRefDao.select(int ref_type, long ref_id)
           
 

XbRefObj 型の引数を持つ型を返す jp.co.going.xbrl.sample.dao のメソッド
 java.util.ArrayList<XbRefObj> XbRefDao.selectAll()
           
 java.util.ArrayList<XbRefObj> XbRefDao.selectAllByType(int ref_type)
           
 

XbRefObj 型のパラメータを持つ jp.co.going.xbrl.sample.dao のメソッド
 void XbRefDao.insert(XbRefObj obj)