Package org.kie.dmn.model.api
Interface Expression
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase
- All Known Subinterfaces:
Conditional,Context,DecisionTable,Every,Filter,For,FunctionDefinition,Invocation,Iterator,List,LiteralExpression,Quantified,Relation,Some,UnaryTests
- All Known Implementing Classes:
TConditional,TContext,TContext,TContext,TContext,TDecisionTable,TDecisionTable,TDecisionTable,TDecisionTable,TEvery,TExpression,TExpression,TExpression,TExpression,TFilter,TFor,TFunctionDefinition,TFunctionDefinition,TFunctionDefinition,TFunctionDefinition,TInvocation,TInvocation,TInvocation,TInvocation,TIterator,TList,TList,TList,TList,TLiteralExpression,TLiteralExpression,TLiteralExpression,TLiteralExpression,TQuantified,TRelation,TRelation,TRelation,TRelation,TSome,TUnaryTests,TUnaryTests,TUnaryTests,TUnaryTests
public interface Expression extends DMNElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetTypeRef()Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine DMN13-140/DMN13-168: this is optional attribute.voidsetTypeRef(QName value)Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine DMN13-140/DMN13-168: this is optional attribute.-
Methods inherited from interface org.kie.dmn.model.api.DMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
-
-
-
Method Detail
-
getTypeRef
@GwtIncompatible QName getTypeRef()
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine DMN13-140/DMN13-168: this is optional attribute.
-
setTypeRef
@GwtIncompatible void setTypeRef(QName value)
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine DMN13-140/DMN13-168: this is optional attribute.
-
-