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
Method Summary |
java.lang.String |
getText()
Returns text value |
java.lang.String |
getTextKind()
|
Methods inherited from interface org.ucworkbench.model.IUCElement |
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getPath, getUCProject, getUnderlyingResource |
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
getText
java.lang.String getText()
- Returns text value
- Returns:
getTextKind
java.lang.String getTextKind()