public class InvocationImpl extends ExpressionImpl implements Invocation
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<Binding> |
bindingCollection |
protected static ChildElement<Expression> |
expressionChild |
typeRefAttribute
descriptionChild, extensionElementsChild, idAttribute, labelAttribute
modelInstance
Constructor and Description |
---|
InvocationImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Collection<Binding> |
getBindings() |
Expression |
getExpression() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setExpression(Expression expression) |
getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static ChildElement<Expression> expressionChild
protected static ChildElementCollection<Binding> bindingCollection
public InvocationImpl(ModelTypeInstanceContext instanceContext)
public Expression getExpression()
getExpression
in interface Invocation
public void setExpression(Expression expression)
setExpression
in interface Invocation
public Collection<Binding> getBindings()
getBindings
in interface Invocation
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2022. All rights reserved.