public interface DmnTypeDefinition
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName() |
TypedValue |
transform(Object value)
Transform the given value into the type specified by the type name.
|
String getTypeName()
TypedValue transform(Object value) throws IllegalArgumentException
value - to transform into the specified typeIllegalArgumentException - if the value can not be transformedCopyright © 2015–2019 camunda services GmbH. All rights reserved.