org.seasar.uruma.rcp.configuration.elements
クラス SchemeElement

java.lang.Object
  上位を拡張 org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement
      上位を拡張 org.seasar.uruma.rcp.configuration.elements.SchemeElement
すべての実装されたインタフェース:
ConfigurationElement

public class SchemeElement
extends AbstractConfigurationElement

scheme 要素を表す ConfigurationElement です。

作成者:
y-komori scheme

フィールドの概要
 String description
          スキームの説明です。
static String ELEMENT_NAME
          要素名です。
 String id
          スキーム ID です。
 String name
          スキーム名称です。
 String parentId
          親スキームの ID です。
 
クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement から継承されたフィールド
configurationWriter, level
 
コンストラクタの概要
SchemeElement(String id, String name)
          SchemeElement を構築します。
 
メソッドの概要
 
クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement から継承されたメソッド
createRcpId, getPluginId, setConfigurationWriter, setLevel, writeConfiguration
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ELEMENT_NAME

public static final String ELEMENT_NAME
要素名です。

関連項目:
定数フィールド値

id

public String id
スキーム ID です。


name

public String name
スキーム名称です。


description

public String description
スキームの説明です。


parentId

public String parentId
親スキームの ID です。

コンストラクタの詳細

SchemeElement

public SchemeElement(String id,
                     String name)
SchemeElement を構築します。

パラメータ:
id - スキームID
name - スキーム名称


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