Package org.kie.dmn.model.api
Interface FunctionItem
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase
- All Known Implementing Classes:
TFunctionItem,TFunctionItem
public interface FunctionItem extends DMNElement
- Since:
- DMN v1.3
-
-
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 QNamegetOutputTypeRef()for consistency in the modeling, use QNameList<InformationItem>getParameters()voidsetOutputTypeRef(QName value)-
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
-
getParameters
List<InformationItem> getParameters()
-
getOutputTypeRef
@GwtIncompatible QName getOutputTypeRef()
for consistency in the modeling, use QName
-
setOutputTypeRef
@GwtIncompatible void setOutputTypeRef(QName value)
-
-