Uses of Class
org.kie.workbench.common.dmn.api.property.dmn.Text
-
Packages that use Text 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 -
-
Uses of Text in org.kie.workbench.common.dmn.api.definition
Methods in org.kie.workbench.common.dmn.api.definition that return Text Modifier and Type Method Description TextHasText. getText()Returns theTextConvenience method replicatingHasValue.getValue()to honour DMN model semantics.default TextHasText. getValue()Returns theTextMethods in org.kie.workbench.common.dmn.api.definition with parameters of type Text Modifier and Type Method Description voidHasText. setText(Text text)Sets theTextConvenience method replicatingHasValue.setValue(Object)to honour DMN model semantics.default voidHasText. setValue(Text text)Sets theText -
Uses of Text in org.kie.workbench.common.dmn.api.definition.model
Fields in org.kie.workbench.common.dmn.api.definition.model declared as Text Modifier and Type Field Description protected TextInputClauseLiteralExpression. textprotected TextInputClauseUnaryTests. textprotected TextLiteralExpression. textprotected TextOutputClauseLiteralExpression. textprotected TextOutputClauseUnaryTests. textprotected TextTextAnnotation. textMethods in org.kie.workbench.common.dmn.api.definition.model that return Text Modifier and Type Method Description TextDefinitions. getNamespace()TextInputClauseLiteralExpression. getText()TextInputClauseUnaryTests. getText()TextIsLiteralExpression. getText()TextIsUnaryTests. getText()TextLiteralExpression. getText()TextOutputClauseLiteralExpression. getText()TextOutputClauseUnaryTests. getText()TextRuleAnnotationClauseText. getText()TextTextAnnotation. getText()TextUnaryTests. getText()Methods in org.kie.workbench.common.dmn.api.definition.model with parameters of type Text Modifier and Type Method Description voidDefinitions. setNamespace(Text value)voidInputClauseLiteralExpression. setText(Text text)voidInputClauseUnaryTests. setText(Text value)voidLiteralExpression. setText(Text text)voidOutputClauseLiteralExpression. setText(Text text)voidOutputClauseUnaryTests. setText(Text value)voidRuleAnnotationClauseText. setText(Text text)voidTextAnnotation. setText(Text text)voidUnaryTests. setText(Text value)Constructors in org.kie.workbench.common.dmn.api.definition.model with parameters of type Text Constructor 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) -
Uses of Text in org.kie.workbench.common.dmn.api.property.dmn
Methods in org.kie.workbench.common.dmn.api.property.dmn that return Text Modifier and Type Method Description TextText. copy()
-