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

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

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

Classes in org.camunda.bpm.model.dmn.impl.instance that implement ImportedElement
 class ImportedElementImpl
           
 

Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type ImportedElement
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ImportedElement> ImportedValuesImpl.importedElementChild
           
 

Methods in org.camunda.bpm.model.dmn.impl.instance that return ImportedElement
 ImportedElement ImportedValuesImpl.getImportedElement()
           
 

Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type ImportedElement
 void ImportedValuesImpl.setImportedElement(ImportedElement importedElement)
           
 

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

Methods in org.camunda.bpm.model.dmn.instance that return ImportedElement
 ImportedElement ImportedValues.getImportedElement()
           
 

Methods in org.camunda.bpm.model.dmn.instance with parameters of type ImportedElement
 void ImportedValues.setImportedElement(ImportedElement importedElement)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.