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

すべてのスーパーインタフェース:
ClientStorageContainer, CtDocFragment, CtDocName, CtElement

public interface CtDocQualifiedName
extends CtDocName

限定名。

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

メソッドの概要
 CtDocName getQualifier()
          この名前を修飾する別の名前を返す。
 CtDocSimpleName getSimpleName()
          単純名を返す。
 
インタフェース org.ashikunep.irenka.dom.doc.CtDocName から継承されたメソッド
asSimpleNameList, asString
 
インタフェース 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
 

メソッドの詳細

getQualifier

CtDocName getQualifier()
この名前を修飾する別の名前を返す。

戻り値:
この名前を修飾する別の名前

getSimpleName

CtDocSimpleName getSimpleName()
単純名を返す。

戻り値:
修飾された単純名


Copyright 2007 the Seasar Foundation and the Others.