org.camunda.bpm.dmn.engine.impl
Class DmnTypeDefinitionImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.DmnTypeDefinitionImpl
- All Implemented Interfaces:
- DmnTypeDefinition
public class DmnTypeDefinitionImpl
- extends Object
- implements DmnTypeDefinition
LOG
protected static final DmnEngineLogger LOG
typeName
protected String typeName
transformer
protected DataTypeTransformer transformer
DmnTypeDefinitionImpl
public DmnTypeDefinitionImpl()
transform
public Object transform(Object value)
- Description copied from interface:
DmnTypeDefinition
- Transform the given value into the type specified by the type name.
- Specified by:
transform in interface DmnTypeDefinition
- Parameters:
value - to transform into the specified type
- Returns:
- value of specified type
transformNotNullValue
protected Object transformNotNullValue(Object value)
getTypeName
public String getTypeName()
- Specified by:
getTypeName in interface DmnTypeDefinition
setTypeName
public void setTypeName(String typeName)
setTransformer
public void setTransformer(DataTypeTransformer transformer)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015 camunda services GmbH. All rights reserved.