public class TFunctionDefinition extends TExpression implements FunctionDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
TFunctionDefinition.Kind
Deprecated.
|
TDMNElement.TExtensionElementsDMNElement.ExtensionElements| Modifier and Type | Field and Description |
|---|---|
static QName |
KIND_QNAME
Deprecated.
|
URI_DMN, URI_FEEL, URI_KIE| Constructor and Description |
|---|
TFunctionDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression() |
List<InformationItem> |
getFormalParameter() |
FunctionKind |
getKind()
Align to DMN v1.2
|
void |
setExpression(Expression value) |
void |
setKind(FunctionKind value)
Align to DMN v1.2
|
getTypeRef, setTypeRefgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeRef, setTypeRefgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent@Deprecated public static final QName KIND_QNAME
public List<InformationItem> getFormalParameter()
getFormalParameter in interface FunctionDefinitionpublic Expression getExpression()
getExpression in interface FunctionDefinitionpublic void setExpression(Expression value)
setExpression in interface FunctionDefinitionpublic FunctionKind getKind()
getKind in interface FunctionDefinitionpublic void setKind(FunctionKind value)
setKind in interface FunctionDefinitionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.