public class TBinding extends KieDMNModelInstrumentedBase implements Binding
Modifier and Type | Field and Description |
---|---|
protected Expression |
expression |
protected InformationItem |
parameter |
Constructor and Description |
---|
TBinding() |
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression() |
InformationItem |
getParameter() |
void |
setExpression(Expression value) |
void |
setParameter(InformationItem value) |
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
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
protected InformationItem parameter
protected Expression expression
public InformationItem getParameter()
getParameter
in interface Binding
public void setParameter(InformationItem value)
setParameter
in interface Binding
public Expression getExpression()
getExpression
in interface Binding
public void setExpression(Expression value)
setExpression
in interface Binding
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.