org.seasar.uruma.binding.context
クラス ApplicationContextDef

java.lang.Object
  上位を拡張 org.seasar.uruma.binding.context.ApplicationContextDef

public class ApplicationContextDef
extends Object

ApplicationContext アノテートされたプロパティを表すクラスです。

作成者:
y-komori

コンストラクタの概要
ApplicationContextDef(PropertyDesc pd, String name)
          ApplicationContextDef を構築します。
 
メソッドの概要
 String getName()
          名称を取得します。
 PropertyDesc getPropertyDesc()
          PropertyDesc を取得します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ApplicationContextDef

public ApplicationContextDef(PropertyDesc pd,
                             String name)
ApplicationContextDef を構築します。

パラメータ:
pd - PropertyDesc オブジェクト
name - 名称
メソッドの詳細

getPropertyDesc

public PropertyDesc getPropertyDesc()
PropertyDesc を取得します。

戻り値:
PropertyDesc オブジェクト

getName

public String getName()
名称を取得します。

戻り値:
名称


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.