Uses of Interface
org.camunda.bpm.model.cmmn.instance.camunda.CamundaString
-
Packages that use CamundaString Package Description org.camunda.bpm.model.cmmn.impl.instance.camunda org.camunda.bpm.model.cmmn.instance.camunda -
-
Uses of CamundaString in org.camunda.bpm.model.cmmn.impl.instance.camunda
Classes in org.camunda.bpm.model.cmmn.impl.instance.camunda that implement CamundaString Modifier and Type Class Description class
CamundaStringImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance.camunda with type parameters of type CamundaString Modifier and Type Field Description protected static ChildElement<CamundaString>
CamundaFieldImpl. camundaStringChild
Methods in org.camunda.bpm.model.cmmn.impl.instance.camunda that return CamundaString Modifier and Type Method Description CamundaString
CamundaFieldImpl. getCamundaString()
Methods in org.camunda.bpm.model.cmmn.impl.instance.camunda with parameters of type CamundaString Modifier and Type Method Description void
CamundaFieldImpl. setCamundaString(CamundaString camundaString)
-
Uses of CamundaString in org.camunda.bpm.model.cmmn.instance.camunda
Methods in org.camunda.bpm.model.cmmn.instance.camunda that return CamundaString Modifier and Type Method Description CamundaString
CamundaField. getCamundaString()
Methods in org.camunda.bpm.model.cmmn.instance.camunda with parameters of type CamundaString Modifier and Type Method Description void
CamundaField. setCamundaString(CamundaString camundaString)
-