Class DmnTypeDefinitionImpl

    • Method Detail

      • transform

        public org.camunda.bpm.engine.variable.value.TypedValue 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 org.camunda.bpm.engine.variable.value.TypedValue transformNotNullValue​(Object value)
      • setTypeName

        public void setTypeName​(String typeName)