org.eclipse.gmt.modisco.java
Interface TextElement

All Superinterfaces:
ASTNode

public interface TextElement
extends ASTNode

A representation of the model object 'Text Element'.

The following features are supported:

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

Method Summary
 java.lang.String getText()
          Returns the value of the 'Text' attribute.
 void setText(java.lang.String value)
          Sets the value of the 'Text' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getText

java.lang.String getText()
Returns the value of the 'Text' attribute.

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

Returns:
the value of the 'Text' attribute.
See Also:
setText(String), JavaPackage.getTextElement_Text()
Generated:
Model:
unique="false" required="true" ordered="false"

setText

void setText(java.lang.String value)
Sets the value of the 'Text' attribute.

Parameters:
value - the new value of the 'Text' attribute.
See Also:
getText()
Generated: