Package org.kie.dmn.model.v1_4
Class TFunctionItem
- java.lang.Object
-
- org.kie.dmn.model.v1_4.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_4.TDMNElement
-
- org.kie.dmn.model.v1_4.TFunctionItem
-
- All Implemented Interfaces:
DMNElement,DMNModelInstrumentedBase,FunctionItem
public class TFunctionItem extends TDMNElement implements FunctionItem
-
-
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 QNameoutputTypeRefprotected List<InformationItem>parameters-
Fields inherited from class org.kie.dmn.model.v1_4.TDMNElement
description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description TFunctionItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetOutputTypeRef()for consistency in the modeling, use QNameList<InformationItem>getParameters()voidsetOutputTypeRef(QName value)-
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
-
parameters
protected List<InformationItem> parameters
-
outputTypeRef
protected QName outputTypeRef
-
-
Method Detail
-
getParameters
public List<InformationItem> getParameters()
- Specified by:
getParametersin interfaceFunctionItem
-
getOutputTypeRef
public QName getOutputTypeRef()
Description copied from interface:FunctionItemfor consistency in the modeling, use QName- Specified by:
getOutputTypeRefin interfaceFunctionItem
-
setOutputTypeRef
public void setOutputTypeRef(QName value)
- Specified by:
setOutputTypeRefin interfaceFunctionItem
-
-