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.
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 |
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
Copyright © 1997, 2004, Oracle. All rights reserved.