Uses of Interface
org.camunda.bpm.model.dmn.instance.Text
-
Packages that use Text Package Description org.camunda.bpm.dmn.engine.impl.transform org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of Text in org.camunda.bpm.dmn.engine.impl.transform
Methods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type Text Modifier and Type Method Description protected static String
DmnExpressionTransformHelper. getExpression(Text text)
-
Uses of Text in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement Text Modifier and Type Class Description class
TextImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type Text Modifier and Type Field Description protected static ChildElement<Text>
LiteralExpressionImpl. textChild
protected static ChildElement<Text>
TextAnnotationImpl. textChild
protected static ChildElement<Text>
UnaryTestsImpl. textChild
Methods in org.camunda.bpm.model.dmn.impl.instance that return Text Modifier and Type Method Description Text
LiteralExpressionImpl. getText()
Text
TextAnnotationImpl. getText()
Text
UnaryTestsImpl. getText()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type Text Modifier and Type Method Description void
LiteralExpressionImpl. setText(Text text)
void
TextAnnotationImpl. setText(Text text)
void
UnaryTestsImpl. setText(Text text)
-
Uses of Text in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return Text Modifier and Type Method Description Text
LiteralExpression. getText()
Text
TextAnnotation. getText()
Text
UnaryTests. getText()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type Text Modifier and Type Method Description void
LiteralExpression. setText(Text text)
void
TextAnnotation. setText(Text text)
void
UnaryTests. setText(Text text)
-