com.soyatec.bpmn
Interface TextAnnotation

All Superinterfaces:
Artifact, BPMNObject, org.eclipse.emf.ecore.EObject, LaneElement, org.eclipse.emf.common.notify.Notifier, ProcessObject

public interface TextAnnotation
extends Artifact

A representation of the model object 'Text Annotation'. Text Annotations are a mechanism for a modeler to provide additional information for the reader of a BPMN Diagram.

The following features are supported:

See Also:
BPMNPackage.getTextAnnotation()

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 com.soyatec.bpmn.Artifact
getArtifactType
 
Methods inherited from interface com.soyatec.bpmn.LaneElement
getLanes, getPool, setPool
 
Methods inherited from interface com.soyatec.bpmn.ProcessObject
getCategories, getDocumentation, getIncomingEdges, getOutgoingEdges, setDocumentation
 
Methods inherited from interface com.soyatec.bpmn.BPMNObject
getChildren
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

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), BPMNPackage.getTextAnnotation_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()