Uses of Interface
org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnLabel

Packages that use BpmnLabel
org.camunda.bpm.model.bpmn.impl.instance.bpmndi   
org.camunda.bpm.model.bpmn.instance.bpmndi   
 

Uses of BpmnLabel in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
 

Classes in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that implement BpmnLabel
 class BpmnLabelImpl
          The BPMNDI BPMNLabel element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with type parameters of type BpmnLabel
protected static org.camunda.bpm.model.xml.type.child.ChildElement<BpmnLabel> BpmnEdgeImpl.bpmnLabelChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<BpmnLabel> BpmnShapeImpl.bpmnLabelChild
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return BpmnLabel
 BpmnLabel BpmnEdgeImpl.getBpmnLabel()
           
 BpmnLabel BpmnShapeImpl.getBpmnLabel()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type BpmnLabel
 void BpmnEdgeImpl.setBpmnLabel(BpmnLabel bpmnLabel)
           
 void BpmnShapeImpl.setBpmnLabel(BpmnLabel bpmnLabel)
           
 

Uses of BpmnLabel in org.camunda.bpm.model.bpmn.instance.bpmndi
 

Methods in org.camunda.bpm.model.bpmn.instance.bpmndi that return BpmnLabel
 BpmnLabel BpmnEdge.getBpmnLabel()
           
 BpmnLabel BpmnShape.getBpmnLabel()
           
 

Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type BpmnLabel
 void BpmnEdge.setBpmnLabel(BpmnLabel bpmnLabel)
           
 void BpmnShape.setBpmnLabel(BpmnLabel bpmnLabel)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.