org.ucworkbench.model
Interface IText

All Superinterfaces:
IRegion, ITextModel, IUCElement
All Known Subinterfaces:
IReference, IUseCaseReference

public interface IText
extends ITextModel

This model is a component of descriptions that can contain references.

See Also:
ITextWithReferences

Field Summary
static java.lang.String TEXT_NORMAL
           
static java.lang.String TEXT_REFERENCE
           
 
Method Summary
 java.lang.String getText()
          Returns text value
 java.lang.String getTextKind()
           
 
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
 

Field Detail

TEXT_NORMAL

static final java.lang.String TEXT_NORMAL
See Also:
Constant Field Values

TEXT_REFERENCE

static final java.lang.String TEXT_REFERENCE
See Also:
Constant Field Values
Method Detail

getText

java.lang.String getText()
Returns text value

Returns:

getTextKind

java.lang.String getTextKind()