Uses of Interface
org.camunda.bpm.model.dmn.instance.Text

Packages that use Text
org.camunda.bpm.model.dmn.impl.instance   
org.camunda.bpm.model.dmn.instance   
 

Uses of Text in org.camunda.bpm.model.dmn.impl.instance
 

Classes in org.camunda.bpm.model.dmn.impl.instance that implement Text
 class TextImpl
           
 

Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type Text
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Text> UnaryTestsImpl.textChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Text> TextAnnotationImpl.textChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Text> LiteralExpressionImpl.textChild
           
 

Methods in org.camunda.bpm.model.dmn.impl.instance that return Text
 Text UnaryTestsImpl.getText()
           
 Text TextAnnotationImpl.getText()
           
 Text LiteralExpressionImpl.getText()
           
 

Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type Text
 void UnaryTestsImpl.setText(Text text)
           
 void TextAnnotationImpl.setText(Text text)
           
 void LiteralExpressionImpl.setText(Text text)
           
 

Uses of Text in org.camunda.bpm.model.dmn.instance
 

Methods in org.camunda.bpm.model.dmn.instance that return Text
 Text LiteralExpression.getText()
           
 Text UnaryTests.getText()
           
 Text TextAnnotation.getText()
           
 

Methods in org.camunda.bpm.model.dmn.instance with parameters of type Text
 void LiteralExpression.setText(Text text)
           
 void UnaryTests.setText(Text text)
           
 void TextAnnotation.setText(Text text)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.