public class DefaultTypeDefinition extends Object implements DmnTypeDefinition
| Constructor and Description |
|---|
DefaultTypeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getTypeName() |
String |
toString() |
org.camunda.bpm.engine.variable.value.TypedValue |
transform(Object value)
Transform the given value into the type specified by the type name.
|
public org.camunda.bpm.engine.variable.value.TypedValue transform(Object value) throws IllegalArgumentException
DmnTypeDefinitiontransform in interface DmnTypeDefinitionvalue - to transform into the specified typeIllegalArgumentException - if the value can not be transformedpublic String getTypeName()
getTypeName in interface DmnTypeDefinitionCopyright © 2018 Camunda Services GmbH. All rights reserved.