shohaku.ginkgo.nodes.core.beans
クラス ObjectNode

java.lang.Object
  拡張shohaku.ginkgo.AbstractNode
      拡張shohaku.ginkgo.nodes.AbstractDefaultNode
          拡張shohaku.ginkgo.nodes.AbstractValueNode
              拡張shohaku.ginkgo.nodes.core.beans.ObjectNode
すべての実装インタフェース:
Node

public class ObjectNode
extends AbstractValueNode

オブジェクトを生成する値型の汎用ノードを提供します。


フィールドの概要
 
インタフェース shohaku.ginkgo.Node から継承したフィールド
SCOPE_DOCUMENT, SCOPE_OWNER, SCOPE_PUBLIC, TYPE_COMMAND, TYPE_COMMENT, TYPE_CONTAINER, TYPE_TEXT, TYPE_VALUE
 
コンストラクタの概要
ObjectNode()
           
 
メソッドの概要
protected  java.lang.Object generateValue()
          値を生成して返却します。
 
クラス shohaku.ginkgo.nodes.AbstractValueNode から継承したメソッド
getCacheValue, getNodeScope, getNodeValue, getTypes, setCacheValue
 
クラス shohaku.ginkgo.nodes.AbstractDefaultNode から継承したメソッド
getCacheText, getFeature, getText, initialize, isType, setCacheText
 
クラス shohaku.ginkgo.AbstractNode から継承したメソッド
begin, child, end, finish, getAttribute, getAttribute, getContext, getId, getScope
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ObjectNode

public ObjectNode()
メソッドの詳細

generateValue

protected java.lang.Object generateValue()
値を生成して返却します。

定義:
クラス AbstractValueNode 内の generateValue
戻り値:
生成された値