インタフェース
org.stormcat.jvbeans.config.RecordTypeId の使用

RecordTypeId を使用しているパッケージ
org.stormcat.jvbeans.config.condition データ取得条件を表現するクラスを提供します。 
org.stormcat.jvbeans.jvlink JV-Linkを操作するためのクラスとインタフェースを提供します。 
org.stormcat.jvbeans.jvlink.analyze JV-Dataを解析して、DTOにバインディングするためのクラスを提供します。 
org.stormcat.jvbeans.response JV-LinkのAPIが返す値を格納するクラスを提供します。 
 

org.stormcat.jvbeans.config.condition での RecordTypeId の使用
 

RecordTypeId を返す org.stormcat.jvbeans.config.condition のメソッド
 RecordTypeId OpenCondition.getRecordTypeId()
          レコード種別IDを返します。
 

RecordTypeId 型のパラメータを持つ org.stormcat.jvbeans.config.condition のコンストラクタ
OpenCondition(DataSpec dataSpec, RecordTypeId recordTypeId, Class<T> type)
          コンストラクタ
RealTimeOpenCondition(DataSpec dataSpec, RecordTypeId recordTypeId, Class<T> type)
          コンストラクタ
StoredOpenCondition(DataSpec dataSpec, RecordTypeId recordTypeId, Class<T> type)
          コンストラクタ
 

org.stormcat.jvbeans.jvlink での RecordTypeId の使用
 

RecordTypeId を返す org.stormcat.jvbeans.jvlink のメソッド
abstract  RecordTypeId JvBindingDto.getRecordTypeId()
          レコード種別IDを返します。
 

org.stormcat.jvbeans.jvlink.analyze での RecordTypeId の使用
 

RecordTypeId 型の引数を持つ型を返す org.stormcat.jvbeans.jvlink.analyze のメソッド
 Class<? extends RecordTypeId> JvBeansContainer.getRecordTypeIdClass()
          RecordTypeIdの実装Enum取得します。
 

RecordTypeId 型のパラメータを持つ org.stormcat.jvbeans.jvlink.analyze のメソッド
 Class<?> JvBeansContainer.getMappedType(RecordTypeId recordTypeId)
          指定のレコード種別IDのバインディング対象になるDTOのClassを返します。
 int JvBeansContainer.getRecordByteLength(RecordTypeId recordTypeId)
          指定のレコード種別IDのバインディング対象になるDTOのレコード長を返します。
 

RecordTypeId 型の型引数を持つ org.stormcat.jvbeans.jvlink.analyze のコンストラクタパラメータ
JvRecordMetaFactory(Class<? extends RecordTypeId> recordTypeIdClass)
          コンストラクタ
 

org.stormcat.jvbeans.response での RecordTypeId の使用
 

RecordTypeId 型のパラメータを持つ org.stormcat.jvbeans.response のメソッド
 boolean JvContents.startWith(RecordTypeId recordTypeId)
          JV-Dataが対象のレコード種別IDRecordTypeIdのレコードであるかどうかを判定します。
 



Copyright © 2009-2010 The Stormcat Project AllRights Reserved.