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

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

Uses of TypeDefinition in org.camunda.bpm.model.dmn.impl
 

Classes in org.camunda.bpm.model.dmn.impl that implement TypeDefinition
 class TypeDefinitionImpl
           
 

Fields in org.camunda.bpm.model.dmn.impl with type parameters of type TypeDefinition
protected static org.camunda.bpm.model.xml.type.child.ChildElement<TypeDefinition> ItemDefinitionImpl.typeDefinitionChild
           
 

Methods in org.camunda.bpm.model.dmn.impl that return TypeDefinition
 TypeDefinition ItemDefinitionImpl.getTypeDefinition()
           
 

Methods in org.camunda.bpm.model.dmn.impl with parameters of type TypeDefinition
 void ItemDefinitionImpl.setTypeDefinition(TypeDefinition typeDefinition)
           
 

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

Methods in org.camunda.bpm.model.dmn.instance that return TypeDefinition
 TypeDefinition ItemDefinition.getTypeDefinition()
           
 

Methods in org.camunda.bpm.model.dmn.instance with parameters of type TypeDefinition
 void ItemDefinition.setTypeDefinition(TypeDefinition typeDefinition)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.