public class TFunctionDefinition extends TExpression implements FunctionDefinition
TDMNElement.TExtensionElements
DMNElement.ExtensionElements
Modifier and Type | Field and Description |
---|---|
protected Expression |
expression |
protected List<InformationItem> |
formalParameter |
protected FunctionKind |
kind |
typeRef
description, extensionElements, id, label
Constructor and Description |
---|
TFunctionDefinition() |
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression() |
List<InformationItem> |
getFormalParameter() |
FunctionKind |
getKind() |
void |
setExpression(Expression value) |
void |
setKind(FunctionKind value) |
getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
protected List<InformationItem> formalParameter
protected Expression expression
protected FunctionKind kind
public List<InformationItem> getFormalParameter()
getFormalParameter
in interface FunctionDefinition
public Expression getExpression()
getExpression
in interface FunctionDefinition
public void setExpression(Expression value)
setExpression
in interface FunctionDefinition
public FunctionKind getKind()
getKind
in interface FunctionDefinition
public void setKind(FunctionKind value)
setKind
in interface FunctionDefinition
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.