@Portable public class FunctionDefinition extends Expression implements DMNPropertySet
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>
Modifier and Type | Field and Description |
---|---|
static String |
propertySetName |
typeRef
description, 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, setTypeRef
getDescription, getExtensionElements, getId, getOtherAttributes, setDescription, setExtensionElements, setId
getNsContext
public 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.