@Portable public class Invocation extends Expression implements HasExpression
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
typeRef
description, id
Constructor and Description |
---|
Invocation() |
Invocation(Id id,
Description description,
QName typeRef,
Expression expression,
List<Binding> binding) |
Modifier and Type | Method and Description |
---|---|
DMNModelInstrumentedBase |
asDMNModelInstrumentedBase() |
boolean |
equals(Object o) |
List<Binding> |
getBinding() |
Expression |
getExpression() |
int |
hashCode() |
void |
setExpression(Expression value) |
getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isClearSupported
public Invocation()
public Invocation(Id id, Description description, QName typeRef, Expression expression, List<Binding> binding)
public Expression getExpression()
getExpression
in interface HasExpression
public void setExpression(Expression value)
setExpression
in interface HasExpression
public DMNModelInstrumentedBase asDMNModelInstrumentedBase()
asDMNModelInstrumentedBase
in interface HasExpression
asDMNModelInstrumentedBase
in interface HasTypeRef
asDMNModelInstrumentedBase
in class Expression
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.