|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DmnTypeDefinition
The definition of a type used in the DMN engine to transform data
| Method Summary | |
|---|---|
String |
getTypeName()
|
org.camunda.bpm.engine.variable.value.TypedValue |
transform(Object value)
Transform the given value into the type specified by the type name. |
| Method Detail |
|---|
String getTypeName()
org.camunda.bpm.engine.variable.value.TypedValue transform(Object value)
throws IllegalArgumentException
value - to transform into the specified type
IllegalArgumentException - if the value can not be transformed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||