org.topcased.modeler.di.model
Interface TextElement
- All Superinterfaces:
- DiagramElement, EModelElement, EObject, LeafElement, Notifier
public interface TextElement
- extends LeafElement
A representation of the model object 'Text Element'.
The following features are supported:
- See Also:
DiagramInterchangePackage.getTextElement()
- ** Generated **
- Model:
Field Summary |
static java.lang.String |
copyright
|
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.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
static final java.lang.String copyright
-
- See Also:
- Constant Field Values
- ** Generated **
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)
,
DiagramInterchangePackage.getTextElement_Text()
- ** Generated **
- Model:
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 **
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.