public class ExpSpecificationCSImpl extends SpecificationCSImpl implements ExpSpecificationCS
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 |
basicSetOwnedExpression(ExpCS newOwnedExpression,
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) |
ExpCS |
getOwnedExpression() |
void |
setExprString(String newExprString) |
void |
setOwnedExpression(ExpCS newOwnedExpression) |
getExprString, toStringgetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, resetPivot, setPivotgetCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExprStringgetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic ExpCS getOwnedExpression()
getOwnedExpression in interface ExpSpecificationCSExpSpecificationCS.setOwnedExpression(ExpCS),
EssentialOCLCSPackage.getExpSpecificationCS_OwnedExpression()public NotificationChain basicSetOwnedExpression(ExpCS newOwnedExpression, NotificationChain msgs)
public void setOwnedExpression(ExpCS newOwnedExpression)
setOwnedExpression in interface ExpSpecificationCSnewOwnedExpression - the new value of the 'Owned Expression' containment reference.ExpSpecificationCS.getOwnedExpression()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ModelElementCSImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class SpecificationCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class SpecificationCSImplpublic void eUnset(int featureID)
eUnset in class SpecificationCSImplpublic boolean eIsSet(int featureID)
eIsSet in class SpecificationCSImplpublic <R> R accept(BaseCSVisitor<R> visitor)
accept in interface ElementCSaccept in interface VisitableCSaccept in class SpecificationCSImplpublic void setExprString(String newExprString)
SpecificationCSImplsetExprString in interface SpecificationCSsetExprString in class SpecificationCSImplnewExprString - the new value of the 'Expr String' attribute.SpecificationCS.getExprString()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.