org.camunda.bpm.dmn.engine
Interface DmnItemDefinition

All Superinterfaces:
DmnElement
All Known Implementing Classes:
DmnItemDefinitionImpl

public interface DmnItemDefinition
extends DmnElement


Method Summary
 List<DmnExpression> getAllowedValues()
           
 DmnTypeDefinition getTypeDefinition()
           
 
Methods inherited from interface org.camunda.bpm.dmn.engine.DmnElement
getKey, getName
 

Method Detail

getTypeDefinition

DmnTypeDefinition getTypeDefinition()

getAllowedValues

List<DmnExpression> getAllowedValues()


Copyright © 2015 camunda services GmbH. All rights reserved.