Class DefaultTypeDefinition
java.lang.Object
org.camunda.bpm.dmn.engine.impl.type.DefaultTypeDefinition
- All Implemented Interfaces:
DmnTypeDefinition
- Author:
- Philipp Ossler
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultTypeDefinition
public DefaultTypeDefinition()
-
-
Method Details
-
transform
public org.camunda.bpm.engine.variable.value.TypedValue transform(Object value) throws IllegalArgumentException Description copied from interface:DmnTypeDefinitionTransform the given value into the type specified by the type name.- Specified by:
transformin interfaceDmnTypeDefinition- Parameters:
value- to transform into the specified type- Returns:
- value of specified type
- Throws:
IllegalArgumentException- if the value can not be transformed
-
getTypeName
- Specified by:
getTypeNamein interfaceDmnTypeDefinition- Returns:
- the type name of this definition
-
toString
-
equals
-