org.seasar.uruma.rcp.configuration.impl
クラス SimpleConfigurationElement
java.lang.Object
org.seasar.uruma.rcp.configuration.impl.SimpleConfigurationElement
- すべての実装されたインタフェース:
- ConfigurationElement
- 直系の既知のサブクラス:
- ApplicationElement, RunElement
public abstract class SimpleConfigurationElement
- extends Object
- implements ConfigurationElement
シンプルな ConfigurationElement
の基底クラスです。
- 作成者:
- y-komori
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleConfigurationElement
public SimpleConfigurationElement()
SimpleConfigurationElement
を構築します。
addElement
public void addElement(ConfigurationElement element)
ConfigurationElement
を追加します。
- パラメータ:
element
- ConfigurationElement
オブジェクト
getElements
public List<ConfigurationElement> getElements()
- 定義:
- インタフェース
ConfigurationElement
内の getElements
getRcpId
public String getRcpId()
- 定義:
- インタフェース
ConfigurationElement
内の getRcpId
setConfigurationWriter
public void setConfigurationWriter(ConfigurationWriter writer)
- 定義:
- インタフェース
ConfigurationElement
内の setConfigurationWriter
setRcpId
public void setRcpId(String rcpId)
- 定義:
- インタフェース
ConfigurationElement
内の setRcpId
writeConfiguration
public void writeConfiguration(Writer writer)
- 定義:
- インタフェース
ConfigurationElement
内の writeConfiguration
Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.