Package org.kie.dmn.model.api
Interface FunctionDefinition
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase,Expression
- All Known Implementing Classes:
TFunctionDefinition,TFunctionDefinition,TFunctionDefinition
public interface FunctionDefinition extends Expression
-
-
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 ExpressiongetExpression()List<InformationItem>getFormalParameter()FunctionKindgetKind()voidsetExpression(Expression value)voidsetKind(FunctionKind 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
-
Methods inherited from interface org.kie.dmn.model.api.Expression
getTypeRef, setTypeRef
-
-
-
-
Method Detail
-
getFormalParameter
List<InformationItem> getFormalParameter()
-
getExpression
Expression getExpression()
-
setExpression
void setExpression(Expression value)
-
getKind
FunctionKind getKind()
-
setKind
void setKind(FunctionKind value)
-
-