org.stormcat.jvbeans.config.condition
クラス OpenCondition<T>

java.lang.Object
  上位を拡張 org.stormcat.jvbeans.config.condition.OpenCondition<T>
直系の既知のサブクラス:
RealTimeOpenCondition, StoredOpenCondition

public abstract class OpenCondition<T>
extends Object

データ取得要求(open)時に指定する条件を表現するためのクラスです。

作成者:
a.yamada

コンストラクタの概要
protected OpenCondition(DataSpec dataSpec, RecordTypeId recordTypeId, Class<T> type)
          コンストラクタ
 
メソッドの概要
 DataSpec getDataSpec()
          データ種別を返します。
 RecordTypeId getRecordTypeId()
          レコード種別IDを返します。
 Class<T> getType()
          バインディング型を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OpenCondition

protected OpenCondition(DataSpec dataSpec,
                        RecordTypeId recordTypeId,
                        Class<T> type)
コンストラクタ

パラメータ:
dataSpec - データ種別
recordTypeId - レコード種別ID
type - バインディング型
メソッドの詳細

getDataSpec

public DataSpec getDataSpec()
データ種別を返します。

戻り値:
dataSpec データ種別

getRecordTypeId

public RecordTypeId getRecordTypeId()
レコード種別IDを返します。

戻り値:
recordTypeId レコード種別ID

getType

public Class<T> getType()
バインディング型を返します。

戻り値:
type バインディング型


Copyright © 2009-2011 The Stormcat Project AllRights Reserved.