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

すべてのスーパーインタフェース:
LtElement

public interface LtFieldDeclaration
extends LtElement

フィールド宣言の永続。

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

メソッドの概要
 LtTypeDeclaration getDeclaringType()
          このフィールドを宣言する型を返す。
 String getSimpleName()
          このフィールドの単純名を返す。
 
インタフェース org.ashikunep.irenka.dom.persistent.LtElement から継承されたメソッド
accept
 

メソッドの詳細

getDeclaringType

LtTypeDeclaration getDeclaringType()
このフィールドを宣言する型を返す。

戻り値:
このフィールドを宣言する型

getSimpleName

String getSimpleName()
このフィールドの単純名を返す。

戻り値:
このフィールドの単純名


Copyright 2007 the Seasar Foundation and the Others.