Extension SDK 9.0.5

oracle.jdeveloper.jot
Interface JotDocTextTag

All Superinterfaces:
JotCodeElement, JotDocTag, JotElement

public interface JotDocTextTag
extends JotDocTag

The JotDocTextTag interface represents text in a comment, or tag. If the comment is devided entirely into tags, plain text will be represented by JotDocTextTag.


Method Summary
 java.lang.String getText()
           
 void setText(java.lang.String newText)
           
 
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

getText

public java.lang.String getText()
                         throws JotInvalidElementException
Returns:
the text.
Throws:
JotInvalidElementException

setText

public void setText(java.lang.String newText)
             throws JotInvalidElementException
Parameters:
newText - sets the text of this tag.
Throws:
JotInvalidElementException

Extension SDK

 

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