Class Binding
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
-
- org.kie.workbench.common.dmn.api.definition.model.Binding
-
- All Implemented Interfaces:
DMNDefinition,HasExpression,HasTypeRefs,HasVariable<InformationItem>
@Portable public class Binding extends DMNModelInstrumentedBase implements HasExpression, HasTypeRefs, HasVariable<InformationItem>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
-
Nested classes/interfaces inherited from interface org.kie.workbench.common.dmn.api.definition.HasExpression
HasExpression.WrappedHasExpression
-
-
Field Summary
-
Fields inherited from interface org.kie.workbench.common.dmn.api.definition.HasExpression
NOP
-
-
Constructor Summary
Constructors Constructor Description Binding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DMNModelInstrumentedBaseasDMNModelInstrumentedBase()Bindingcopy()booleanequals(Object o)ExpressiongetExpression()List<HasTypeRef>getHasTypeRefs()InformationItemgetParameter()InformationItemgetVariable()inthashCode()voidsetExpression(Expression value)voidsetParameter(InformationItem value)voidsetVariable(InformationItem informationItem)-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.workbench.common.dmn.api.definition.HasExpression
isClearSupported
-
-
-
-
Method Detail
-
copy
public Binding copy()
-
getParameter
public InformationItem getParameter()
-
setParameter
public void setParameter(InformationItem value)
-
getVariable
public InformationItem getVariable()
- Specified by:
getVariablein interfaceHasVariable<InformationItem>
-
setVariable
public void setVariable(InformationItem informationItem)
- Specified by:
setVariablein interfaceHasVariable<InformationItem>
-
getExpression
public Expression getExpression()
- Specified by:
getExpressionin interfaceHasExpression
-
setExpression
public void setExpression(Expression value)
- Specified by:
setExpressionin interfaceHasExpression
-
asDMNModelInstrumentedBase
public DMNModelInstrumentedBase asDMNModelInstrumentedBase()
- Specified by:
asDMNModelInstrumentedBasein interfaceHasExpression- Specified by:
asDMNModelInstrumentedBasein interfaceHasVariable<InformationItem>
-
getHasTypeRefs
public List<HasTypeRef> getHasTypeRefs()
- Specified by:
getHasTypeRefsin interfaceHasTypeRefs
-
-