public class CollectionTypeCSImpl extends TypedRefCSImpl implements CollectionTypeCS
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 |
basicSetOwnedCollectionMultiplicity(MultiplicityCS newOwnedCollectionMultiplicity,
NotificationChain msgs) |
NotificationChain |
basicSetOwnedType(TypedRefCS newOwnedType,
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) |
String |
getName() |
MultiplicityCS |
getOwnedCollectionMultiplicity() |
TypedRefCS |
getOwnedType() |
void |
setName(String newName) |
void |
setOwnedCollectionMultiplicity(MultiplicityCS newOwnedCollectionMultiplicity) |
void |
setOwnedType(TypedRefCS newOwnedType) |
String |
toString() |
basicSetOwnedMultiplicity, getOwnedMultiplicity, setOwnedMultiplicitygetPivot, resetPivot, setPivotgetCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOwnedMultiplicity, setOwnedMultiplicitygetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic String getName()
getName in interface NameablegetName in interface CollectionTypeCSCollectionTypeCS.setName(String),
EssentialOCLCSPackage.getCollectionTypeCS_Name()public void setName(String newName)
setName in interface CollectionTypeCSnewName - the new value of the 'Name' attribute.CollectionTypeCS.getName()public MultiplicityCS getOwnedCollectionMultiplicity()
getOwnedCollectionMultiplicity in interface CollectionTypeCSCollectionTypeCS.setOwnedCollectionMultiplicity(MultiplicityCS),
EssentialOCLCSPackage.getCollectionTypeCS_OwnedCollectionMultiplicity()public NotificationChain basicSetOwnedCollectionMultiplicity(MultiplicityCS newOwnedCollectionMultiplicity, NotificationChain msgs)
public void setOwnedCollectionMultiplicity(MultiplicityCS newOwnedCollectionMultiplicity)
setOwnedCollectionMultiplicity in interface CollectionTypeCSnewOwnedCollectionMultiplicity - the new value of the 'Owned Collection Multiplicity' containment reference.CollectionTypeCS.getOwnedCollectionMultiplicity()public TypedRefCS getOwnedType()
getOwnedType in interface CollectionTypeCSCollectionTypeCS.setOwnedType(TypedRefCS),
EssentialOCLCSPackage.getCollectionTypeCS_OwnedType()public NotificationChain basicSetOwnedType(TypedRefCS newOwnedType, NotificationChain msgs)
public void setOwnedType(TypedRefCS newOwnedType)
setOwnedType in interface CollectionTypeCSnewOwnedType - the new value of the 'Owned Type' containment reference.CollectionTypeCS.getOwnedType()public String toString()
toString in class ElementCSImplpublic 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 ElementCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.