org.camunda.bpm.dmn.engine
Interface DmnTypeDefinition

All Known Implementing Classes:
DmnTypeDefinitionImpl

public interface DmnTypeDefinition


Method Summary
 String getTypeName()
           
 Object transform(Object value)
          Transform the given value into the type specified by the type name.
 

Method Detail

getTypeName

String getTypeName()

transform

Object transform(Object value)
                 throws IllegalArgumentException
Transform the given value into the type specified by the type name.

Parameters:
value - to transform into the specified type
Returns:
value of specified type
Throws:
IllegalArgumentException - if the value can not be transformed


Copyright © 2015 camunda services GmbH. All rights reserved.