org.seasar.extension.jdbc.gen.internal.model
クラス ConditionAttributeModelFactoryImpl

java.lang.Object
  上位を拡張 org.seasar.extension.jdbc.gen.internal.model.ConditionAttributeModelFactoryImpl
すべての実装されたインタフェース:
ConditionAttributeModelFactory

public class ConditionAttributeModelFactoryImpl
extends java.lang.Object
implements ConditionAttributeModelFactory

ConditionAttributeModelFactoryの実装クラスです。

作成者:
taedium

コンストラクタの概要
ConditionAttributeModelFactoryImpl()
           
 
メソッドの概要
 ConditionAttributeModel getConditionAttributeModel(PropertyMeta propertyMeta)
          条件クラスの属性モデルを返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConditionAttributeModelFactoryImpl

public ConditionAttributeModelFactoryImpl()
メソッドの詳細

getConditionAttributeModel

public ConditionAttributeModel getConditionAttributeModel(PropertyMeta propertyMeta)
インタフェース ConditionAttributeModelFactory の記述:
条件クラスの属性モデルを返します。

定義:
インタフェース ConditionAttributeModelFactory 内の getConditionAttributeModel
パラメータ:
propertyMeta - プロパティメタデータ
戻り値:
条件クラスの属性モデル


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.