org.ucworkbench.model.actor
Interface IDescriptionSection

All Superinterfaces:
IRegion, ISection, ITextModel, IUCElement

public interface IDescriptionSection
extends ISection

This is a model for description section of actor artifact file


Method Summary
 ITextWithReferences getDescription()
          Returns description object.
 
Methods inherited from interface org.ucworkbench.model.ISection
getSectionHeader, setSectionHeader
 
Methods inherited from interface org.ucworkbench.model.ITextModel
containsOffset, getAsText, getCorrespondingFileModel, getModelElementByOffset, getParent, getTextModelChildren
 
Methods inherited from interface org.ucworkbench.model.IUCElement
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getPath, getUCProject, getUnderlyingResource
 
Methods inherited from interface org.ucworkbench.model.supporting.IRegion
getLength, getOffset
 

Method Detail

getDescription

ITextWithReferences getDescription()
Returns description object.

Returns: