public class FunctionDefinition extends Expression
Modifier and Type | Class and Description |
---|---|
static class |
FunctionDefinition.Kind |
DMNElement.ExtensionElements
Modifier and Type | Field and Description |
---|---|
static QName |
KIND_QNAME |
URI_DMN, URI_FEEL, URI_KIE
Constructor and Description |
---|
FunctionDefinition() |
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression() |
List<InformationItem> |
getFormalParameter() |
void |
setExpression(Expression value) |
getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, setAdditionalAttributes, setLocation, setParent
public static final QName KIND_QNAME
public List<InformationItem> getFormalParameter()
public Expression getExpression()
public void setExpression(Expression value)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.