public class TemplateParameterSubstitutionCSImpl extends ModelElementCSImpl implements TemplateParameterSubstitutionCS
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(BaseCSVisitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
NotificationChain |
basicSetOwnedActualParameter(TypeRefCS newOwnedActualParameter,
NotificationChain msgs) |
NotificationChain |
basicSetOwningBinding(TemplateBindingCS newOwningBinding,
NotificationChain msgs) |
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
TypeRefCS |
getOwnedActualParameter() |
TemplateBindingCS |
getOwningBinding() |
void |
setOwnedActualParameter(TypeRefCS newOwnedActualParameter) |
void |
setOwningBinding(TemplateBindingCS newOwningBinding) |
getOriginalXmiId, getOwnedAnnotations, setOriginalXmiId, toStringgetPivot, resetPivot, setPivotgetCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic TemplateBindingCS getOwningBinding()
getOwningBinding in interface TemplateParameterSubstitutionCSTemplateParameterSubstitutionCS.setOwningBinding(TemplateBindingCS),
BaseCSPackage.getTemplateParameterSubstitutionCS_OwningBinding(),
TemplateBindingCS.getOwnedSubstitutions()public NotificationChain basicSetOwningBinding(TemplateBindingCS newOwningBinding, NotificationChain msgs)
public void setOwningBinding(TemplateBindingCS newOwningBinding)
setOwningBinding in interface TemplateParameterSubstitutionCSnewOwningBinding - the new value of the 'Owning Binding' container reference.TemplateParameterSubstitutionCS.getOwningBinding()public TypeRefCS getOwnedActualParameter()
getOwnedActualParameter in interface TemplateParameterSubstitutionCSTemplateParameterSubstitutionCS.setOwnedActualParameter(TypeRefCS),
BaseCSPackage.getTemplateParameterSubstitutionCS_OwnedActualParameter()public NotificationChain basicSetOwnedActualParameter(TypeRefCS newOwnedActualParameter, NotificationChain msgs)
public void setOwnedActualParameter(TypeRefCS newOwnedActualParameter)
setOwnedActualParameter in interface TemplateParameterSubstitutionCSnewOwnedActualParameter - the new value of the 'Owned Actual Parameter' containment reference.TemplateParameterSubstitutionCS.getOwnedActualParameter()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ModelElementCSImplpublic NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class ModelElementCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class ModelElementCSImplpublic void eUnset(int featureID)
eUnset in class ModelElementCSImplpublic boolean eIsSet(int featureID)
eIsSet in class ModelElementCSImplpublic <R> R accept(BaseCSVisitor<R> visitor)
accept in interface ElementCSaccept in interface VisitableCSaccept in class ElementCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.