public class ResourceRoleImpl extends BaseElementImpl implements ResourceRole
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
nameAttribute |
protected static ChildElement<ResourceAssignmentExpression> |
resourceAssignmentExpressionChild |
protected static ChildElementCollection<ResourceParameterBinding> |
resourceParameterBindingCollection |
protected static ElementReference<Resource,ResourceRef> |
resourceRefChild |
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
ResourceRoleImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Resource |
getResource() |
ResourceAssignmentExpression |
getResourceAssignmentExpression() |
Collection<ResourceParameterBinding> |
getResourceParameterBinding() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setName(String name) |
void |
setResource(Resource resource) |
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 ElementReference<Resource,ResourceRef> resourceRefChild
protected static ChildElementCollection<ResourceParameterBinding> resourceParameterBindingCollection
protected static ChildElement<ResourceAssignmentExpression> resourceAssignmentExpressionChild
public ResourceRoleImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getName()
getName
in interface ResourceRole
public void setName(String name)
setName
in interface ResourceRole
public Resource getResource()
getResource
in interface ResourceRole
public void setResource(Resource resource)
setResource
in interface ResourceRole
public Collection<ResourceParameterBinding> getResourceParameterBinding()
getResourceParameterBinding
in interface ResourceRole
public ResourceAssignmentExpression getResourceAssignmentExpression()
getResourceAssignmentExpression
in interface ResourceRole
Copyright © 2015. All rights reserved.