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

型パラメータ:
T - 注釈要素の型
すべてのスーパーインタフェース:
ClientStorageContainer, CtElement

public interface CtAnnotationInstanceElement<T>
extends CtElement

注釈要素。

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

メソッドの概要
 CtAnnotationElement<T> getTarget()
          この注釈要素の宣言を返す。
 CtExpression<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
 

メソッドの詳細

getTarget

CtAnnotationElement<T> getTarget()
この注釈要素の宣言を返す。

戻り値:
この注釈の宣言

getValue

CtExpression<T> getValue()
注釈要素の値を返す。

戻り値:
注釈要素の値


Copyright 2007 the Seasar Foundation and the Others.