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

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

Uses of TypeRef in org.camunda.bpm.model.dmn.impl.instance
 

Classes in org.camunda.bpm.model.dmn.impl.instance that implement TypeRef
 class TypeRefImpl
           
 

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

Methods in org.camunda.bpm.model.dmn.impl.instance that return TypeRef
 TypeRef ItemDefinitionImpl.getTypeRef()
           
 

Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type TypeRef
 void ItemDefinitionImpl.setTypeRef(TypeRef typeRef)
           
 

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

Methods in org.camunda.bpm.model.dmn.instance that return TypeRef
 TypeRef ItemDefinition.getTypeRef()
           
 

Methods in org.camunda.bpm.model.dmn.instance with parameters of type TypeRef
 void ItemDefinition.setTypeRef(TypeRef typeRef)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.