public class ResourceParameterBindingImpl extends BaseElementImpl implements ResourceParameterBinding
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<Expression> |
expressionChild |
protected static AttributeReference<ResourceParameter> |
parameterRefAttribute |
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
ResourceParameterBindingImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression() |
ResourceParameter |
getParameter() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setExpression(Expression expression) |
void |
setParameter(ResourceParameter parameter) |
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
builder, getScope, isScope
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
builder, getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static AttributeReference<ResourceParameter> parameterRefAttribute
protected static ChildElement<Expression> expressionChild
public ResourceParameterBindingImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public ResourceParameter getParameter()
getParameter
in interface ResourceParameterBinding
public void setParameter(ResourceParameter parameter)
setParameter
in interface ResourceParameterBinding
public Expression getExpression()
getExpression
in interface ResourceParameterBinding
public void setExpression(Expression expression)
setExpression
in interface ResourceParameterBinding
Copyright © 2015. All rights reserved.