Class OutputClauseUnaryTestsPropertyConverter
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.marshaller.converters.OutputClauseUnaryTestsPropertyConverter
-
public class OutputClauseUnaryTestsPropertyConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description OutputClauseUnaryTestsPropertyConverter()
-
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.JSITUnaryTestsdmnFromWB(org.kie.workbench.common.dmn.api.definition.model.OutputClauseUnaryTests wb)Returns a JSITLiteralExpression of null if the text of the OutputClauseLiteralExpression is empty.static org.kie.workbench.common.dmn.api.definition.model.OutputClauseUnaryTestswbFromDMN(org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITUnaryTests dmn)Returns a non-null instance of OutputClauseUnaryTestsPropertyConverter.
-
-
-
Method Detail
-
wbFromDMN
public static org.kie.workbench.common.dmn.api.definition.model.OutputClauseUnaryTests wbFromDMN(org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITUnaryTests dmn)
Returns a non-null instance of OutputClauseUnaryTestsPropertyConverter. 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.JSITUnaryTests dmnFromWB(org.kie.workbench.common.dmn.api.definition.model.OutputClauseUnaryTests wb)
Returns a JSITLiteralExpression of null if the text of the OutputClauseLiteralExpression is empty.- Parameters:
wb-- Returns:
-
-