public interface TagElement extends ASTNode
The following features are supported:
JavaPackage.getTagElement()| Modifier and Type | Method and Description |
|---|---|
|
getFragments()
Returns the value of the 'Fragments' containment reference list.
|
java.lang.String |
getTagName()
Returns the value of the 'Tag Name' attribute.
|
void |
setTagName(java.lang.String value)
Sets the value of the '
Tag Name' attribute. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitjava.lang.String getTagName()
If the meaning of the 'Tag Name' attribute isn't clear, there really should be more of a description here...
setTagName(String),
JavaPackage.getTagElement_TagName()void setTagName(java.lang.String value)
Tag Name' attribute.
value - the new value of the 'Tag Name' attribute.getTagName()getFragments()
ASTNode.
If the meaning of the 'Fragments' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getTagElement_Fragments()