Package org.eclipse.gmt.modisco.java
Interface TagElement
- All Superinterfaces:
ASTNode,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TagElementImpl
public interface TagElement extends ASTNode
A representation of the model object 'Tag Element'.
The following features are supported:
- See Also:
JavaPackage.getTagElement()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<ASTNode>getFragments()Returns the value of the 'Fragments' containment reference list.StringgetTagName()Returns the value of the 'Tag Name' attribute.voidsetTagName(String value)Sets the value of the 'Tag Name' attribute.Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTagName
String getTagName()Returns the value of the 'Tag Name' attribute.- Returns:
- the value of the 'Tag Name' attribute.
- See Also:
setTagName(String),JavaPackage.getTagElement_TagName()
-
setTagName
Sets the value of the 'Tag Name' attribute.- Parameters:
value- the new value of the 'Tag Name' attribute.- See Also:
getTagName()
-
getFragments
org.eclipse.emf.common.util.EList<ASTNode> getFragments()Returns the value of the 'Fragments' containment reference list. The list contents are of typeASTNode.- Returns:
- the value of the 'Fragments' containment reference list.
- See Also:
JavaPackage.getTagElement_Fragments()
-