Interface HasText
-
- All Known Implementing Classes:
InputClauseLiteralExpression,InputClauseUnaryTests,LiteralExpression,LiteralExpressionPMMLDocument,LiteralExpressionPMMLDocumentModel,OutputClauseLiteralExpression,OutputClauseUnaryTests,RuleAnnotationClauseText,TextAnnotation,UnaryTests
public interface HasText extends HasValue<Text>
Implementations have aTextproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TextgetText()Returns theTextConvenience method replicatingHasValue.getValue()to honour DMN model semantics.default TextgetValue()Returns theTextvoidsetText(Text text)Sets theTextConvenience method replicatingHasValue.setValue(Object)to honour DMN model semantics.default voidsetValue(Text text)Sets theText
-
-
-
Field Detail
-
NOP
static final HasText NOP
-
-
Method Detail
-
getText
Text getText()
Returns theTextConvenience method replicatingHasValue.getValue()to honour DMN model semantics.- Returns:
-
setText
void setText(Text text)
Sets theTextConvenience method replicatingHasValue.setValue(Object)to honour DMN model semantics.- Parameters:
text-
-
-