Class OutputClauseLiteralExpressionPropertyConverter


  • public class OutputClauseLiteralExpressionPropertyConverter
    extends Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITLiteralExpression dmnFromWB​(org.kie.workbench.common.dmn.api.definition.model.OutputClauseLiteralExpression wb)
      Returns a JSITLiteralExpression of null if the text of the OutputClauseLiteralExpression is empty.
      static org.kie.workbench.common.dmn.api.definition.model.OutputClauseLiteralExpression wbFromDMN​(org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITLiteralExpression dmn)
      Returns a non-null instance of OutputClauseLiteralExpression.
    • Constructor Detail

      • OutputClauseLiteralExpressionPropertyConverter

        public OutputClauseLiteralExpressionPropertyConverter()
    • Method Detail

      • wbFromDMN

        public static org.kie.workbench.common.dmn.api.definition.model.OutputClauseLiteralExpression wbFromDMN​(org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITLiteralExpression dmn)
        Returns a non-null instance of OutputClauseLiteralExpression. The Properties Panel needs non-null objects to bind therefore a concrete object must always be returned.
        Parameters:
        dmn -
        Returns:
      • dmnFromWB

        public static org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITLiteralExpression dmnFromWB​(org.kie.workbench.common.dmn.api.definition.model.OutputClauseLiteralExpression wb)
        Returns a JSITLiteralExpression of null if the text of the OutputClauseLiteralExpression is empty.
        Parameters:
        wb -
        Returns: