Package org.kie.dmn.model.v1_4
Class TExpression
- java.lang.Object
-
- org.kie.dmn.model.v1_4.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_4.TDMNElement
-
- org.kie.dmn.model.v1_4.TExpression
-
- All Implemented Interfaces:
DMNElement,DMNModelInstrumentedBase,Expression
- Direct Known Subclasses:
TConditional,TContext,TDecisionTable,TFilter,TFunctionDefinition,TInvocation,TIterator,TList,TLiteralExpression,TRelation,TUnaryTests
public class TExpression extends TDMNElement implements Expression
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_4.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
Fields Modifier and Type Field Description protected QNametypeRefalign with internal model-
Fields inherited from class org.kie.dmn.model.v1_4.TDMNElement
description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description TExpression()
-
Method Summary
All Methods Instance Methods Concrete 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 class org.kie.dmn.model.v1_4.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_4.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
typeRef
protected QName typeRef
align with internal model
-
-
Method Detail
-
getTypeRef
public QName getTypeRef()
Description copied from interface:ExpressionInternal 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.- Specified by:
getTypeRefin interfaceExpression
-
setTypeRef
public void setTypeRef(QName value)
Description copied from interface:ExpressionInternal 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.- Specified by:
setTypeRefin interfaceExpression
-
-