Extension SDK 9.0.5

oracle.jdeveloper.jot
Interface JotDocSeeTag

All Superinterfaces:
JotCodeElement, JotDocTag, JotElement

public interface JotDocSeeTag
extends JotDocTag

The JotDocSeeTag interface represents instances of see tags inside of a JavaDoc comment block.


Method Summary
 java.lang.String getReferencedClassName()
           
 JotType getReferencedClassType()
           
 java.lang.String getReferencedMemberName()
           
 
Methods inherited from interface oracle.jdeveloper.jot.JotDocTag
getTagName, getTagText, getTextTags, isLinkTag, isParamTag, isReturnTag, isSeeTag, isSerialFieldTag, isTextTag, isThrowsTag, setTagName, setTagText
 
Methods inherited from interface oracle.jdeveloper.jot.JotCodeElement
addPrecedingComment, childrenContainErrors, delete, getContainingJotFile, getLeftWhitespace, getLength, getRightWhitespace, isInError, isSource, setLeftWhitespace, setRightWhitespace
 
Methods inherited from interface oracle.jdeveloper.jot.JotElement
getChildren, getContainedElements, getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent
 

Method Detail

getReferencedClassType

public JotType getReferencedClassType()
                               throws JotInvalidElementException
Returns:
the JotType of the referenced class.
Throws:
JotInvalidElementException

getReferencedClassName

public java.lang.String getReferencedClassName()
                                        throws JotInvalidElementException
Returns:
the name of the referenced class.
Throws:
JotInvalidElementException

getReferencedMemberName

public java.lang.String getReferencedMemberName()
                                         throws JotInvalidElementException
Returns:
the name of the member referenced.
Throws:
JotInvalidElementException

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.