@Portable public class FunctionDefinition extends Expression implements HasExpression
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionDefinition.Kind |
DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>| Modifier and Type | Field and Description |
|---|---|
static QName |
KIND_QNAME |
typeRefdescription, idURI_DMN, URI_FEEL, URI_KIE| Constructor and Description |
|---|
FunctionDefinition() |
FunctionDefinition(Id id,
Description description,
QName typeRef,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression() |
List<InformationItem> |
getFormalParameter() |
void |
setExpression(Expression expression) |
getTypeRef, setTypeRefgetDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdgetAdditionalAttributes, getNsContext, setAdditionalAttributespublic static final QName KIND_QNAME
public FunctionDefinition()
public FunctionDefinition(Id id, Description description, QName typeRef, Expression expression)
public Expression getExpression()
getExpression in interface HasExpressionpublic void setExpression(Expression expression)
setExpression in interface HasExpressionpublic List<InformationItem> getFormalParameter()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.