public class TypedTypeRefCSImpl extends TypedRefCSImpl implements TypedTypeRefCS
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 |
basicSetOwnedBinding(TemplateBindingCS newOwnedBinding,
NotificationChain msgs) |
NotificationChain |
basicSetOwnedPathName(PathNameCS newOwnedPathName,
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) |
TemplateBindingCS |
getOwnedBinding() |
PathNameCS |
getOwnedPathName() |
Type |
getReferredType() |
boolean |
isIsTypeof() |
void |
setIsTypeof(boolean newIsTypeof) |
void |
setOwnedBinding(TemplateBindingCS newOwnedBinding) |
void |
setOwnedPathName(PathNameCS newOwnedPathName) |
String |
toString() |
basicSetOwnedMultiplicity, getOwnedMultiplicity, setOwnedMultiplicitygetPivot, resetPivot, setPivotgetCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOwnedMultiplicity, setOwnedMultiplicitygetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic PathNameCS getOwnedPathName()
getOwnedPathName in interface TypedTypeRefCSTypedTypeRefCS.setOwnedPathName(PathNameCS),
BaseCSPackage.getTypedTypeRefCS_OwnedPathName()public NotificationChain basicSetOwnedPathName(PathNameCS newOwnedPathName, NotificationChain msgs)
public void setOwnedPathName(PathNameCS newOwnedPathName)
setOwnedPathName in interface TypedTypeRefCSnewOwnedPathName - the new value of the 'Owned Path Name' containment reference.TypedTypeRefCS.getOwnedPathName()public TemplateBindingCS getOwnedBinding()
getOwnedBinding in interface TypedTypeRefCSTypedTypeRefCS.setOwnedBinding(TemplateBindingCS),
BaseCSPackage.getTypedTypeRefCS_OwnedBinding(),
TemplateBindingCS.getOwningElement()public NotificationChain basicSetOwnedBinding(TemplateBindingCS newOwnedBinding, NotificationChain msgs)
public void setOwnedBinding(TemplateBindingCS newOwnedBinding)
setOwnedBinding in interface TypedTypeRefCSnewOwnedBinding - the new value of the 'Owned Binding' containment reference.TypedTypeRefCS.getOwnedBinding()public boolean isIsTypeof()
isIsTypeof in interface TypedTypeRefCSTypedTypeRefCS.setIsTypeof(boolean),
BaseCSPackage.getTypedTypeRefCS_IsTypeof()public void setIsTypeof(boolean newIsTypeof)
setIsTypeof in interface TypedTypeRefCSnewIsTypeof - the new value of the 'Is Typeof' attribute.TypedTypeRefCS.isIsTypeof()public String toString()
toString in class ElementCSImplpublic NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class TypedRefCSImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class TypedRefCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class TypedRefCSImplpublic void eUnset(int featureID)
eUnset in class TypedRefCSImplpublic boolean eIsSet(int featureID)
eIsSet in class TypedRefCSImplpublic <R> R accept(BaseCSVisitor<R> visitor)
accept in interface ElementCSaccept in interface VisitableCSaccept in class ElementCSImplpublic Type getReferredType()
getReferredType in interface TypedTypeRefCSBaseCSPackage.getTypedTypeRefCS_ReferredType()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.