public class WildcardTypeRefCSImpl extends TypeRefCSImpl implements WildcardTypeRefCS
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 |
basicSetOwnedExtends(TypedRefCS newOwnedExtends,
NotificationChain msgs) |
NotificationChain |
basicSetOwnedSuper(TypedRefCS newOwnedSuper,
NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
TypedRefCS |
getOwnedExtends() |
TypedRefCS |
getOwnedSuper() |
void |
setOwnedExtends(TypedRefCS newOwnedExtends) |
void |
setOwnedSuper(TypedRefCS newOwnedSuper) |
getPivot, resetPivot, setPivotgetCsi, getDescription, getParent, setCsi, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic TypedRefCS getOwnedExtends()
getOwnedExtends in interface WildcardTypeRefCSWildcardTypeRefCS.setOwnedExtends(TypedRefCS),
BaseCSPackage.getWildcardTypeRefCS_OwnedExtends()public NotificationChain basicSetOwnedExtends(TypedRefCS newOwnedExtends, NotificationChain msgs)
public void setOwnedExtends(TypedRefCS newOwnedExtends)
setOwnedExtends in interface WildcardTypeRefCSnewOwnedExtends - the new value of the 'Owned Extends' containment reference.WildcardTypeRefCS.getOwnedExtends()public TypedRefCS getOwnedSuper()
getOwnedSuper in interface WildcardTypeRefCSWildcardTypeRefCS.setOwnedSuper(TypedRefCS),
BaseCSPackage.getWildcardTypeRefCS_OwnedSuper()public NotificationChain basicSetOwnedSuper(TypedRefCS newOwnedSuper, NotificationChain msgs)
public void setOwnedSuper(TypedRefCS newOwnedSuper)
setOwnedSuper in interface WildcardTypeRefCSnewOwnedSuper - the new value of the 'Owned Super' containment reference.WildcardTypeRefCS.getOwnedSuper()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
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.