Package org.kie.dmn.model.api
Interface Binding
-
- All Superinterfaces:
DMNModelInstrumentedBase
public interface Binding extends DMNModelInstrumentedBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressiongetExpression()InformationItemgetParameter()voidsetExpression(Expression value)voidsetParameter(InformationItem value)-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
-
-
-
Method Detail
-
getParameter
InformationItem getParameter()
-
setParameter
void setParameter(InformationItem value)
-
getExpression
Expression getExpression()
-
setExpression
void setExpression(Expression value)
-
-