Package | Description |
---|---|
org.kie.workbench.common.dmn.api.definition.v1_1 |
Modifier and Type | Field and Description |
---|---|
protected Text |
TextAnnotation.text |
protected Text |
LiteralExpression.text |
Modifier and Type | Method and Description |
---|---|
Text |
TextAnnotation.getText() |
Text |
LiteralExpression.getText() |
Modifier and Type | Method and Description |
---|---|
void |
TextAnnotation.setText(Text text) |
void |
LiteralExpression.setText(Text text) |
Constructor and Description |
---|
LiteralExpression(Id id,
Description description,
QName typeRef,
Text text,
ImportedValues importedValues,
ExpressionLanguage expressionLanguage) |
TextAnnotation(Id id,
Description description,
Text text,
TextFormat textFormat,
BackgroundSet backgroundSet,
FontSet fontSet,
RectangleDimensionsSet dimensionsSet) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.