Package org.eclipse.epf.uma
Interface TextElement
- All Superinterfaces:
DiagramElement
,Element
,org.eclipse.emf.ecore.EObject
,LeafElement
,MethodElement
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
- All Known Implementing Classes:
TextElementImpl
public interface TextElement extends LeafElement
A representation of the model object 'Text Element'.
The following features are supported:
- See Also:
UmaPackage.getTextElement()
-
Method Summary
Methods inherited from interface org.eclipse.epf.uma.DiagramElement
getContainer, getIsVisible, getProperty, getReference, setContainer, setIsVisible
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressed
Methods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getText
java.lang.String getText()Returns the value of the 'Text' attribute. The default value is""
.- Returns:
- the value of the 'Text' attribute.
- See Also:
setText(String)
,UmaPackage.getTextElement_Text()
-
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()
-