org.eclipse.gmt.modisco.java
Interface TagElement

All Superinterfaces:
ASTNode

public interface TagElement
extends ASTNode

A representation of the model object 'Tag Element'.

The following features are supported:

See Also:
JavaPackage.getTagElement()
Generated:
Model:

Method Summary
  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.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getTagName

java.lang.String getTagName()
Returns the value of the 'Tag Name' attribute.

If the meaning of the 'Tag Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Tag Name' attribute.
See Also:
setTagName(String), JavaPackage.getTagElement_TagName()
Generated:
Model:
unique="false" ordered="false"

setTagName

void setTagName(java.lang.String value)
Sets the value of the 'Tag Name' attribute.

Parameters:
value - the new value of the 'Tag Name' attribute.
See Also:
getTagName()
Generated:

getFragments

 getFragments()
Returns the value of the 'Fragments' containment reference list. The list contents are of type ASTNode.

If the meaning of the 'Fragments' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Fragments' containment reference list.
See Also:
JavaPackage.getTagElement_Fragments()
Generated:
Model:
containment="true"