org.camunda.bpm.dmn.engine.impl.type
Class BooleanDataTypeTransformer
java.lang.Object
org.camunda.bpm.dmn.engine.impl.type.BooleanDataTypeTransformer
- All Implemented Interfaces:
- DmnDataTypeTransformer
public class BooleanDataTypeTransformer
- extends Object
- implements DmnDataTypeTransformer
Transform values of type String into BooleanValue.
- Author:
- Philipp Ossler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanDataTypeTransformer
public BooleanDataTypeTransformer()
transform
public org.camunda.bpm.engine.variable.value.TypedValue transform(Object value)
throws IllegalArgumentException
- Description copied from interface:
DmnDataTypeTransformer
- Transform the given value.
- Specified by:
transform in interface DmnDataTypeTransformer
- Parameters:
value - of any type
- Returns:
- value of the specific type
- Throws:
IllegalArgumentException - if the value can not be transformed
transformString
protected boolean transformString(String value)
Copyright © 2017 camunda services GmbH. All rights reserved.