org.ashikunep.irenka.dom
インタフェース CtValue<T>

型パラメータ:
T - 保持する値の型
すべてのスーパーインタフェース:
ClientStorageContainer, CtElement
既知のサブインタフェースの一覧:
CtClassLiteral<T>, CtLiteral<T>

public interface CtValue<T>
extends CtElement

値を保持するだけの要素。

バージョン:
$Date: 2008-02-12 12:35:47 +0900 (火, 12 2月 2008) $
作成者:
Suguru ARAKAWA (Gluegent, Inc.)

メソッドの概要
 T getValue()
          この要素が保持する値を返す。
 
インタフェース org.ashikunep.irenka.dom.CtElement から継承されたメソッド
accept, accept, copy, copy, equals, exists, freezeChildren, freezeParent, getChild, getCompilationUnit, getCorrespondedFile, getElementKind, getGenericContext, getLocation, getLocationInParent, getParent, getProperty, hashCode, isChildrenFrozen, isModified, isParentFrozen, isSynthetic, setChild, setLocation, setParent, substitute
 
インタフェース org.ashikunep.irenka.util.ClientStorageContainer から継承されたメソッド
getClientStorage, putClientStorage
 

メソッドの詳細

getValue

T getValue()
この要素が保持する値を返す。

戻り値:
この要素が保持する値


Copyright 2007 the Seasar Foundation and the Others.