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

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

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

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

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

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

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

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

Methods in org.camunda.bpm.model.cmmn.instance that return Text
 Text TextAnnotation.getText()
           
 

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



Copyright © 2018 camunda services GmbH. All rights reserved.