public class ShadowPartCSImpl extends ModelElementCSImpl implements ShadowPartCS
The following features are implemented:
| Type | Property and Description |
|---|---|
Property |
basicGetReferred |
| 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.
|
Property |
basicGetReferredProperty() |
NotificationChain |
basicSetOwnedInitExpression(ExpCS newOwnedInitExpression,
NotificationChain msgs) |
NotificationChain |
basicSetOwningCurlyBracketClause(CurlyBracketedClauseCS newOwningCurlyBracketClause,
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) |
String |
getName() |
ExpCS |
getOwnedInitExpression() |
CurlyBracketedClauseCS |
getOwningCurlyBracketClause() |
Property |
getReferredProperty() |
void |
setOwnedInitExpression(ExpCS newOwnedInitExpression) |
void |
setOwningCurlyBracketClause(CurlyBracketedClauseCS newOwningCurlyBracketClause) |
void |
setReferredProperty(Property newReferredProperty) |
getOriginalXmiId, getOwnedAnnotations, setOriginalXmiId, toStringgetPivot, resetPivot, setPivotgetCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic Property basicGetReferredProperty
public CurlyBracketedClauseCS getOwningCurlyBracketClause()
getOwningCurlyBracketClause in interface ShadowPartCSShadowPartCS.setOwningCurlyBracketClause(CurlyBracketedClauseCS),
EssentialOCLCSPackage.getShadowPartCS_OwningCurlyBracketClause(),
CurlyBracketedClauseCS.getOwnedParts()public NotificationChain basicSetOwningCurlyBracketClause(CurlyBracketedClauseCS newOwningCurlyBracketClause, NotificationChain msgs)
public void setOwningCurlyBracketClause(CurlyBracketedClauseCS newOwningCurlyBracketClause)
setOwningCurlyBracketClause in interface ShadowPartCSnewOwningCurlyBracketClause - the new value of the 'Owning Curly Bracket Clause' container reference.ShadowPartCS.getOwningCurlyBracketClause()public Property getReferredProperty()
getReferredProperty in interface ShadowPartCSShadowPartCS.setReferredProperty(Property),
EssentialOCLCSPackage.getShadowPartCS_ReferredProperty()public Property basicGetReferredProperty()
public void setReferredProperty(Property newReferredProperty)
setReferredProperty in interface ShadowPartCSnewReferredProperty - the new value of the 'Referred Property' reference.ShadowPartCS.getReferredProperty()public ExpCS getOwnedInitExpression()
getOwnedInitExpression in interface ShadowPartCSShadowPartCS.setOwnedInitExpression(ExpCS),
EssentialOCLCSPackage.getShadowPartCS_OwnedInitExpression()public NotificationChain basicSetOwnedInitExpression(ExpCS newOwnedInitExpression, NotificationChain msgs)
public void setOwnedInitExpression(ExpCS newOwnedInitExpression)
setOwnedInitExpression in interface ShadowPartCSnewOwnedInitExpression - the new value of the 'Owned Init Expression' containment reference.ShadowPartCS.getOwnedInitExpression()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.