Package org.kie.dmn.model.v1_1
Class TBinding
- java.lang.Object
-
- org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_1.TBinding
-
- All Implemented Interfaces:
Binding,DMNModelInstrumentedBase
public class TBinding extends KieDMNModelInstrumentedBase implements Binding
-
-
Field Summary
-
Fields inherited from class org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
URI_DMN, URI_FEEL, URI_KIE
-
-
Constructor Summary
Constructors Constructor Description TBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressiongetExpression()InformationItemgetParameter()voidsetExpression(Expression value)voidsetParameter(InformationItem value)-
Methods inherited from class org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
public InformationItem getParameter()
- Specified by:
getParameterin interfaceBinding
-
setParameter
public void setParameter(InformationItem value)
- Specified by:
setParameterin interfaceBinding
-
getExpression
public Expression getExpression()
- Specified by:
getExpressionin interfaceBinding
-
setExpression
public void setExpression(Expression value)
- Specified by:
setExpressionin interfaceBinding
-
-