org.stormcat.jvbeans.jvlink
クラス JvBindingDtoReader<T extends JvBindingDto>

java.lang.Object
  上位を拡張 org.stormcat.jvbeans.jvlink.JvBindingDtoReader<T>
すべての実装されたインタフェース:
Iterable<T>, JvReader<T>

public class JvBindingDtoReader<T extends JvBindingDto>
extends Object
implements JvReader<T>

JV-DataをイテレートするためのJvReader実装クラスです。

JV-DataをバインディングDTOでイテレーションします。

導入されたバージョン:
0.2
作成者:
a.yamada

コンストラクタの概要
JvBindingDtoReader(JvLinkManagerImpl jvLinkManager, OpenCondition<T> openCondition)
          コンストラクタ
 
メソッドの概要
 org.stormcat.commons.constants.FileExtension getOutputType()
          出力形式を取得します。
 Iterator<T> iterator()
          
 void setOutputType(org.stormcat.commons.constants.FileExtension outputType)
          出力形式を設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JvBindingDtoReader

public JvBindingDtoReader(JvLinkManagerImpl jvLinkManager,
                          OpenCondition<T> openCondition)
コンストラクタ

パラメータ:
jvLinkManager - JvLinkManagerImpl
openCondition - データ種別
メソッドの詳細

iterator

public Iterator<T> iterator()

定義:
インタフェース Iterable<T extends JvBindingDto> 内の iterator

setOutputType

public void setOutputType(org.stormcat.commons.constants.FileExtension outputType)
出力形式を設定します。

定義:
インタフェース JvReader<T extends JvBindingDto> 内の setOutputType
パラメータ:
outputType - 出力形式

getOutputType

public org.stormcat.commons.constants.FileExtension getOutputType()
出力形式を取得します。

定義:
インタフェース JvReader<T extends JvBindingDto> 内の getOutputType
戻り値:
出力形式


Copyright © 2009-2010 The Stormcat Project AllRights Reserved.