org.ucworkbench.model.usecase.supporting
Interface ITitleable

All Superinterfaces:
IRegion, ITextModel, IUCElement
All Known Subinterfaces:
IExtension, IScenarioItem, IStep

public interface ITitleable
extends ITextModel


Method Summary
 ITextWithReferences getTitle()
           
 void setTitle(org.ucworkbench.model.impl.TextWithReferences title)
           
 
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

getTitle

ITextWithReferences getTitle()

setTitle

void setTitle(org.ucworkbench.model.impl.TextWithReferences title)