org.seasar.uruma.binding.context
クラス ApplicationContextDef
java.lang.Object
org.seasar.uruma.binding.context.ApplicationContextDef
public class ApplicationContextDef
- extends Object
ApplicationContext
アノテートされたプロパティを表すクラスです。
- 作成者:
- y-komori
クラス 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.