@Portable public class FunctionDefinition extends Expression implements DMNPropertySet
DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>| Modifier and Type | Field and Description |
|---|---|
static String |
propertySetName |
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() |
String |
getPropertySetName() |
void |
setExpression(Expression expression) |
getTypeRef, setTypeRefgetDescription, getExtensionElements, getId, getOtherAttributes, setDescription, setExtensionElements, setIdgetNsContextpublic static final transient String propertySetName
public FunctionDefinition()
public FunctionDefinition(Id id, Description description, QName typeRef, Expression expression)
public String getPropertySetName()
public Expression getExpression()
public void setExpression(Expression expression)
public List<InformationItem> getFormalParameter()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.