public class ImportCSImpl extends NamespaceCSImpl implements ImportCS
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 |
basicSetOwnedPathName(PathNameCS newOwnedPathName,
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) |
PathNameCS |
getOwnedPathName() |
Namespace |
getReferredNamespace() |
boolean |
isIsAll() |
void |
setIsAll(boolean newIsAll) |
void |
setOwnedPathName(PathNameCS newOwnedPathName) |
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 PathNameCS getOwnedPathName()
getOwnedPathName in interface ImportCSImportCS.setOwnedPathName(PathNameCS),
BaseCSPackage.getImportCS_OwnedPathName()public NotificationChain basicSetOwnedPathName(PathNameCS newOwnedPathName, NotificationChain msgs)
public void setOwnedPathName(PathNameCS newOwnedPathName)
setOwnedPathName in interface ImportCSnewOwnedPathName - the new value of the 'Owned Path Name' containment reference.ImportCS.getOwnedPathName()public boolean isIsAll()
isIsAll in interface ImportCSImportCS.setIsAll(boolean),
BaseCSPackage.getImportCS_IsAll()public void setIsAll(boolean newIsAll)
setIsAll in interface ImportCSnewIsAll - the new value of the 'Is All' attribute.ImportCS.isIsAll()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 ElementCSImplpublic Namespace getReferredNamespace()
getReferredNamespace in interface ImportCSBaseCSPackage.getImportCS_ReferredNamespace()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.