public class TFunctionDefinition extends TExpression implements FunctionDefinition
TDMNElement.TExtensionElementsDMNElement.ExtensionElements| Modifier and Type | Field and Description |
|---|---|
protected Expression |
expression |
protected List<InformationItem> |
formalParameter |
protected FunctionKind |
kind |
typeRefdescription, 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, 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, setAdditionalAttributes, setLocation, setParentprotected List<InformationItem> formalParameter
protected Expression expression
protected FunctionKind kind
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–2019 JBoss by Red Hat. All rights reserved.