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() |
TypedValue |
transform(Object value)
Transform the given value into the type specified by the type name.
|
public 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 © 2015–2019 camunda services GmbH. All rights reserved.