Class DefaultTypeDefinition
java.lang.Object
org.camunda.bpm.dmn.engine.impl.type.DefaultTypeDefinition
- All Implemented Interfaces:
DmnTypeDefinition
- Author:
- Philipp Ossler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
toString()
Transform the given value into the type specified by the type name.
-
Constructor Details
-
DefaultTypeDefinition
public DefaultTypeDefinition()
-
-
Method Details
-
transform
Description copied from interface:DmnTypeDefinition
Transform the given value into the type specified by the type name.- Specified by:
transform
in 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:
getTypeName
in interfaceDmnTypeDefinition
- Returns:
- the type name of this definition
-
toString
-
equals
-