public interface DmnTypeDefinition
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName() |
org.camunda.bpm.engine.variable.value.TypedValue |
transform(Object value)
Transform the given value into the type specified by the type name.
|
String getTypeName()
org.camunda.bpm.engine.variable.value.TypedValue transform(Object value) throws IllegalArgumentException
value - to transform into the specified typeIllegalArgumentException - if the value can not be transformedCopyright © 2018 Camunda Services GmbH. All rights reserved.