Package | Description |
---|---|
org.kie.workbench.common.dmn.api.definition | |
org.kie.workbench.common.dmn.api.definition.model | |
org.kie.workbench.common.dmn.api.property.dmn |
Modifier and Type | Method and Description |
---|---|
Text |
HasText.getText()
Returns the
Text
Convenience method replicating HasValue.getValue() to honour DMN model semantics. |
default Text |
HasText.getValue()
Returns the
Text |
Modifier and Type | Method and Description |
---|---|
void |
HasText.setText(Text text)
Sets the
Text
Convenience method replicating HasValue.setValue(Object) to honour DMN model semantics. |
default void |
HasText.setValue(Text text)
Sets the
Text |
Modifier and Type | Field and Description |
---|---|
protected Text |
TextAnnotation.text |
protected Text |
OutputClauseUnaryTests.text |
protected Text |
OutputClauseLiteralExpression.text |
protected Text |
LiteralExpression.text |
protected Text |
InputClauseUnaryTests.text |
protected Text |
InputClauseLiteralExpression.text |
Modifier and Type | Method and Description |
---|---|
Text |
Definitions.getNamespace() |
Text |
UnaryTests.getText() |
Text |
TextAnnotation.getText() |
Text |
RuleAnnotationClauseText.getText() |
Text |
OutputClauseUnaryTests.getText() |
Text |
OutputClauseLiteralExpression.getText() |
Text |
LiteralExpression.getText() |
Text |
IsUnaryTests.getText() |
Text |
IsLiteralExpression.getText() |
Text |
InputClauseUnaryTests.getText() |
Text |
InputClauseLiteralExpression.getText() |
Modifier and Type | Method and Description |
---|---|
void |
Definitions.setNamespace(Text value) |
void |
UnaryTests.setText(Text value) |
void |
TextAnnotation.setText(Text text) |
void |
RuleAnnotationClauseText.setText(Text text) |
void |
OutputClauseUnaryTests.setText(Text value) |
void |
OutputClauseLiteralExpression.setText(Text text) |
void |
LiteralExpression.setText(Text text) |
void |
InputClauseUnaryTests.setText(Text value) |
void |
InputClauseLiteralExpression.setText(Text text) |
Constructor and Description |
---|
Definitions(Id id,
Description description,
Name name,
List<Import> _import,
List<ItemDefinition> itemDefinition,
List<DRGElement> drgElement,
List<Artifact> artifact,
List<ElementCollection> elementCollection,
List<BusinessContextElement> businessContextElement,
ExpressionLanguage expressionLanguage,
String typeLanguage,
Text namespace,
String exporter,
String exporterVersion) |
InputClauseLiteralExpression(Id id,
Description description,
QName typeRef,
Text text,
ImportedValues importedValues) |
InputClauseUnaryTests(Id id,
Text text,
ConstraintType constraintType) |
LiteralExpression(Id id,
Description description,
QName typeRef,
Text text,
ImportedValues importedValues,
ExpressionLanguage expressionLanguage) |
LiteralExpressionPMMLDocument(Id id,
Description description,
QName typeRef,
Text text,
ImportedValues importedValues,
ExpressionLanguage expressionLanguage) |
LiteralExpressionPMMLDocumentModel(Id id,
Description description,
QName typeRef,
Text text,
ImportedValues importedValues,
ExpressionLanguage expressionLanguage) |
OutputClauseLiteralExpression(Id id,
Description description,
QName typeRef,
Text text,
ImportedValues importedValues) |
OutputClauseUnaryTests(Id id,
Text text,
ConstraintType constraintTypeField) |
TextAnnotation(Id id,
Description description,
Text text,
TextFormat textFormat,
BackgroundSet backgroundSet,
FontSet fontSet,
GeneralRectangleDimensionsSet dimensionsSet) |
UnaryTests(Id id,
Description description,
Text text,
ExpressionLanguage expressionLanguage,
ConstraintType constraintType) |
Modifier and Type | Method and Description |
---|---|
Text |
Text.copy() |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.