public class ConstraintCSImpl extends NamedElementCSImpl implements ConstraintCS
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 |
basicSetOwnedMessageSpecification(SpecificationCS newOwnedMessageSpecification,
NotificationChain msgs) |
NotificationChain |
basicSetOwnedSpecification(SpecificationCS newOwnedSpecification,
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) |
SpecificationCS |
getOwnedMessageSpecification() |
SpecificationCS |
getOwnedSpecification() |
String |
getStereotype() |
void |
setOwnedMessageSpecification(SpecificationCS newOwnedMessageSpecification) |
void |
setOwnedSpecification(SpecificationCS newOwnedSpecification) |
void |
setStereotype(String newStereotype) |
String |
toString() |
getName, setNamegetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, resetPivot, setPivotgetCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, setNamegetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic String getStereotype()
getStereotype in interface ConstraintCSConstraintCS.setStereotype(String),
BaseCSPackage.getConstraintCS_Stereotype()public void setStereotype(String newStereotype)
setStereotype in interface ConstraintCSnewStereotype - the new value of the 'Stereotype' attribute.ConstraintCS.getStereotype()public SpecificationCS getOwnedSpecification()
getOwnedSpecification in interface ConstraintCSConstraintCS.setOwnedSpecification(SpecificationCS),
BaseCSPackage.getConstraintCS_OwnedSpecification()public NotificationChain basicSetOwnedSpecification(SpecificationCS newOwnedSpecification, NotificationChain msgs)
public void setOwnedSpecification(SpecificationCS newOwnedSpecification)
setOwnedSpecification in interface ConstraintCSnewOwnedSpecification - the new value of the 'Owned Specification' containment reference.ConstraintCS.getOwnedSpecification()public SpecificationCS getOwnedMessageSpecification()
getOwnedMessageSpecification in interface ConstraintCSConstraintCS.setOwnedMessageSpecification(SpecificationCS),
BaseCSPackage.getConstraintCS_OwnedMessageSpecification()public NotificationChain basicSetOwnedMessageSpecification(SpecificationCS newOwnedMessageSpecification, NotificationChain msgs)
public void setOwnedMessageSpecification(SpecificationCS newOwnedMessageSpecification)
setOwnedMessageSpecification in interface ConstraintCSnewOwnedMessageSpecification - the new value of the 'Owned Message Specification' containment reference.ConstraintCS.getOwnedMessageSpecification()public String toString()
toString in class NamedElementCSImplpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ModelElementCSImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class NamedElementCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class NamedElementCSImplpublic void eUnset(int featureID)
eUnset in class NamedElementCSImplpublic boolean eIsSet(int featureID)
eIsSet in class NamedElementCSImplpublic <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.