Package org.kie.dmn.model.v1_1
Class TFunctionDefinition
- java.lang.Object
-
- org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_1.TDMNElement
-
- org.kie.dmn.model.v1_1.TExpression
-
- org.kie.dmn.model.v1_1.TFunctionDefinition
-
- All Implemented Interfaces:
DMNElement,DMNModelInstrumentedBase,Expression,FunctionDefinition
public class TFunctionDefinition extends TExpression implements FunctionDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTFunctionDefinition.KindDeprecated.-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_1.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 static QNameKIND_QNAMEDeprecated.-
Fields inherited from class org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
URI_DMN, URI_FEEL, URI_KIE
-
-
Constructor Summary
Constructors Constructor Description TFunctionDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressiongetExpression()List<InformationItem>getFormalParameter()FunctionKindgetKind()Align to DMN v1.2voidsetExpression(Expression value)voidsetKind(FunctionKind value)Align to DMN v1.2-
Methods inherited from class org.kie.dmn.model.v1_1.TExpression
getTypeRef, setTypeRef
-
Methods inherited from class org.kie.dmn.model.v1_1.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_1.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
-
-
-
-
Field Detail
-
KIND_QNAME
@Deprecated public static final QName KIND_QNAME
Deprecated.
-
-
Method Detail
-
getFormalParameter
public List<InformationItem> getFormalParameter()
- Specified by:
getFormalParameterin interfaceFunctionDefinition
-
getExpression
public Expression getExpression()
- Specified by:
getExpressionin interfaceFunctionDefinition
-
setExpression
public void setExpression(Expression value)
- Specified by:
setExpressionin interfaceFunctionDefinition
-
getKind
public FunctionKind getKind()
Align to DMN v1.2- Specified by:
getKindin interfaceFunctionDefinition
-
setKind
public void setKind(FunctionKind value)
Align to DMN v1.2- Specified by:
setKindin interfaceFunctionDefinition
-
-