Uses of Class
org.camunda.bpm.model.bpmn.ItemKind

Packages that use ItemKind
org.camunda.bpm.model.bpmn   
org.camunda.bpm.model.bpmn.impl.instance   
org.camunda.bpm.model.bpmn.instance   
 

Uses of ItemKind in org.camunda.bpm.model.bpmn
 

Methods in org.camunda.bpm.model.bpmn that return ItemKind
static ItemKind ItemKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ItemKind[] ItemKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ItemKind in org.camunda.bpm.model.bpmn.impl.instance
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type ItemKind
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<ItemKind> ItemDefinitionImpl.itemKindAttribute
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return ItemKind
 ItemKind ItemDefinitionImpl.getItemKind()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type ItemKind
 void ItemDefinitionImpl.setItemKind(ItemKind itemKind)
           
 

Uses of ItemKind in org.camunda.bpm.model.bpmn.instance
 

Methods in org.camunda.bpm.model.bpmn.instance that return ItemKind
 ItemKind ItemDefinition.getItemKind()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type ItemKind
 void ItemDefinition.setItemKind(ItemKind itemKind)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.