public class TFunctionDefinition extends TExpression implements FunctionDefinition
Modifier and Type | Class and Description |
---|---|
static class |
TFunctionDefinition.Kind
Deprecated.
|
TDMNElement.TExtensionElements
DMNElement.ExtensionElements
Modifier and Type | Field and Description |
---|---|
static QName |
KIND_QNAME
Deprecated.
|
URI_DMN, URI_FEEL, URI_KIE
Constructor and Description |
---|
TFunctionDefinition() |
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression() |
List<InformationItem> |
getFormalParameter() |
FunctionKind |
getKind()
Align to DMN v1.2
|
void |
setExpression(Expression value) |
void |
setKind(FunctionKind value)
Align to DMN v1.2
|
getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
@Deprecated public static final QName KIND_QNAME
public List<InformationItem> getFormalParameter()
getFormalParameter
in interface FunctionDefinition
public Expression getExpression()
getExpression
in interface FunctionDefinition
public void setExpression(Expression value)
setExpression
in interface FunctionDefinition
public FunctionKind getKind()
getKind
in interface FunctionDefinition
public void setKind(FunctionKind value)
setKind
in interface FunctionDefinition
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.