org.ashikunep.irenka.dom
インタフェース CtComment

すべてのスーパーインタフェース:
ClientStorageContainer, CtElement
既知のサブインタフェースの一覧:
CtJavadoc

@Abstract
public interface CtComment
extends CtElement

コメント。

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

メソッドの概要
 String getText()
          このコメントを構成する文字列を返す。
 void setText(String text)
          本体のテキストを設定する。
 
インタフェース 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
 

メソッドの詳細

getText

String getText()
このコメントを構成する文字列を返す。

戻り値:
コメントを構成する文字列

setText

void setText(String text)
本体のテキストを設定する。

パラメータ:
text - 設定するテキスト


Copyright 2007 the Seasar Foundation and the Others.