Package org.kie.dmn.model.v1_4
Class TFor
-
- All Implemented Interfaces:
DMNElement,DMNModelInstrumentedBase,Expression,For,Iterator
public class TFor extends TIterator implements For
-
-
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 ChildExpression_return-
Fields inherited from class org.kie.dmn.model.v1_4.TIterator
in, iteratorVariable
-
Fields inherited from class org.kie.dmn.model.v1_4.TExpression
typeRef
-
Fields inherited from class org.kie.dmn.model.v1_4.TDMNElement
description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description TFor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildExpressiongetReturn()voidsetReturn(ChildExpression value)-
Methods inherited from class org.kie.dmn.model.v1_4.TIterator
getIn, getIteratorVariable, setIn, setIteratorVariable
-
Methods inherited from class org.kie.dmn.model.v1_4.TExpression
getTypeRef, setTypeRef
-
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
-
Methods inherited from interface org.kie.dmn.model.api.Expression
getTypeRef, setTypeRef
-
Methods inherited from interface org.kie.dmn.model.api.Iterator
getIn, getIteratorVariable, setIn, setIteratorVariable
-
-
-
-
Field Detail
-
_return
protected ChildExpression _return
-
-
Method Detail
-
getReturn
public ChildExpression getReturn()
-
setReturn
public void setReturn(ChildExpression value)
-
-