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

DataSpec を使用しているパッケージ
org.stormcat.jvbeans.config JV-Linkの設定値を提供します。 
org.stormcat.jvbeans.config.condition データ取得条件を表現するクラスを提供します。 
 

org.stormcat.jvbeans.config での DataSpec の使用
 

org.stormcat.jvbeans.config での DataSpec のサブインタフェース
 interface RealTimeDataSpec
          速報系のデータ種別を表現するインターフェースです。
 interface StoredDataSpec
          蓄積系・セットアップデータ種別を表現するインターフェースです。
 

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

DataSpec を返す org.stormcat.jvbeans.config.condition のメソッド
 DataSpec OpenCondition.getDataSpec()
          データ種別を返します。
 

DataSpec 型のパラメータを持つ 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)
          コンストラクタ
 



Copyright © 2009-2011 The Stormcat Project AllRights Reserved.