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

コンストラクタの概要
SimpleConfigurationElement()
          SimpleConfigurationElement を構築します。
 
メソッドの概要
 void addElement(ConfigurationElement element)
          ConfigurationElement を追加します。
 List<ConfigurationElement> getElements()
           
 String getRcpId()
           
 void setConfigurationWriter(ConfigurationWriter writer)
           
 void setRcpId(String rcpId)
           
 void writeConfiguration(Writer writer)
           
 
クラス 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.