org.eclipse.gmt.modisco.omg.smm
Interface Annotation

All Superinterfaces:
SmmElement

public interface Annotation
extends SmmElement

A representation of the model object 'Annotation'.

The following features are supported:

See Also:
SmmPackage.getAnnotation()
Generated:
Model:

Method Summary
 SmmElement getOwner()
          Returns the value of the 'Owner' container reference.
 java.lang.String getText()
          Returns the value of the 'Text' attribute.
 void setOwner(SmmElement value)
          Sets the value of the 'Owner' container reference.
 void setText(java.lang.String value)
          Sets the value of the 'Text' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

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), SmmPackage.getAnnotation_Text()
Generated:
Model:
required="true"

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:

getOwner

SmmElement getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Annotation'.

If the meaning of the 'Owner' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owner' container reference.
See Also:
setOwner(SmmElement), SmmPackage.getAnnotation_Owner(), SmmElement.getAnnotation()
Generated:
Model:
opposite="annotation" transient="false"

setOwner

void setOwner(SmmElement value)
Sets the value of the 'Owner' container reference.

Parameters:
value - the new value of the 'Owner' container reference.
See Also:
getOwner()
Generated: