public class TemplateBindingCSImpl extends ElementRefCSImpl implements TemplateBindingCS
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 |
basicSetOwnedMultiplicity(MultiplicityCS newOwnedMultiplicity,
NotificationChain msgs) |
NotificationChain |
basicSetOwningElement(TypedTypeRefCS newOwningElement,
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) |
MultiplicityCS |
getOwnedMultiplicity() |
<any> |
getOwnedSubstitutions() |
TypedTypeRefCS |
getOwningElement() |
void |
setOwnedMultiplicity(MultiplicityCS newOwnedMultiplicity) |
void |
setOwningElement(TypedTypeRefCS newOwningElement) |
getPivot, resetPivot, setPivotgetCsi, getDescription, getParent, setCsi, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic MultiplicityCS getOwnedMultiplicity()
getOwnedMultiplicity in interface TemplateBindingCSTemplateBindingCS.setOwnedMultiplicity(MultiplicityCS),
BaseCSPackage.getTemplateBindingCS_OwnedMultiplicity()public NotificationChain basicSetOwnedMultiplicity(MultiplicityCS newOwnedMultiplicity, NotificationChain msgs)
public void setOwnedMultiplicity(MultiplicityCS newOwnedMultiplicity)
setOwnedMultiplicity in interface TemplateBindingCSnewOwnedMultiplicity - the new value of the 'Owned Multiplicity' containment reference.TemplateBindingCS.getOwnedMultiplicity()public TypedTypeRefCS getOwningElement()
getOwningElement in interface TemplateBindingCSTemplateBindingCS.setOwningElement(TypedTypeRefCS),
BaseCSPackage.getTemplateBindingCS_OwningElement(),
TypedTypeRefCS.getOwnedBinding()public NotificationChain basicSetOwningElement(TypedTypeRefCS newOwningElement, NotificationChain msgs)
public void setOwningElement(TypedTypeRefCS newOwningElement)
setOwningElement in interface TemplateBindingCSnewOwningElement - the new value of the 'Owning Element' container reference.TemplateBindingCS.getOwningElement()public <any> getOwnedSubstitutions()
getOwnedSubstitutions in interface TemplateBindingCSBaseCSPackage.getTemplateBindingCS_OwnedSubstitutions(),
TemplateParameterSubstitutionCS.getOwningBinding()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class PivotableElementCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class PivotableElementCSImplpublic void eUnset(int featureID)
eUnset in class PivotableElementCSImplpublic boolean eIsSet(int featureID)
eIsSet in class PivotableElementCSImplpublic <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.