@Portable public class FunctionDefinition extends Expression implements HasExpression
DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>typeRefdescription, id| 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, getOtherAttributes, setDescription, setExtensionElements, setIdgetNsContextpublic 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–2017 JBoss by Red Hat. All rights reserved.