Class DmnTypeDefinitionImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.type.DmnTypeDefinitionImpl
- All Implemented Interfaces:
DmnTypeDefinition
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final DmnEngineLogger
protected DmnDataTypeTransformer
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setTransformer
(DmnDataTypeTransformer transformer) void
setTypeName
(String typeName) toString()
Transform the given value into the type specified by the type name.protected TypedValue
transformNotNullValue
(Object value)
-
Field Details
-
LOG
-
typeName
-
transformer
-
-
Constructor Details
-
DmnTypeDefinitionImpl
-
-
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
-
transformNotNullValue
-
getTypeName
- Specified by:
getTypeName
in interfaceDmnTypeDefinition
- Returns:
- the type name of this definition
-
setTypeName
-
setTransformer
-
toString
-