public class StructuredClassCSImpl extends ClassCSImpl implements StructuredClassCS
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 |
basicSetOwnedMetaclass(TypedRefCS newOwnedMetaclass,
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) |
TypedRefCS |
getOwnedMetaclass() |
<any> |
getOwnedOperations() |
<any> |
getOwnedProperties() |
<any> |
getOwnedSuperTypes() |
boolean |
isIsAbstract() |
boolean |
isIsInterface() |
void |
setIsAbstract(boolean newIsAbstract) |
void |
setIsInterface(boolean newIsInterface) |
void |
setOwnedMetaclass(TypedRefCS newOwnedMetaclass) |
String |
toString() |
basicSetOwnedSignature, basicSetOwningPackage, eBaseStructuralFeatureID, eBasicRemoveFromContainerFeature, eDerivedStructuralFeatureID, getInstanceClassName, getOwnedConstraints, getOwnedSignature, getOwningPackage, getTemplateSignature, setInstanceClassName, setOwnedSignature, setOwningPackagegetName, setNamegetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, resetPivot, setPivotgetCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInstanceClassName, getOwnedConstraints, getOwningPackage, setInstanceClassName, setOwningPackagegetOwnedSignature, setOwnedSignaturegetName, setNamegetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotresetPivotpublic boolean isIsAbstract()
isIsAbstract in interface StructuredClassCSStructuredClassCS.setIsAbstract(boolean),
BaseCSPackage.getStructuredClassCS_IsAbstract()public void setIsAbstract(boolean newIsAbstract)
setIsAbstract in interface StructuredClassCSnewIsAbstract - the new value of the 'Is Abstract' attribute.StructuredClassCS.isIsAbstract()public boolean isIsInterface()
isIsInterface in interface StructuredClassCSStructuredClassCS.setIsInterface(boolean),
BaseCSPackage.getStructuredClassCS_IsInterface()public void setIsInterface(boolean newIsInterface)
setIsInterface in interface StructuredClassCSnewIsInterface - the new value of the 'Is Interface' attribute.StructuredClassCS.isIsInterface()public <any> getOwnedSuperTypes()
getOwnedSuperTypes in interface StructuredClassCSBaseCSPackage.getStructuredClassCS_OwnedSuperTypes()public String toString()
toString in class ClassCSImplpublic <any> getOwnedOperations()
getOwnedOperations in interface StructuredClassCSBaseCSPackage.getStructuredClassCS_OwnedOperations(),
OperationCS.getOwningClass()public <any> getOwnedProperties()
getOwnedProperties in interface StructuredClassCSBaseCSPackage.getStructuredClassCS_OwnedProperties(),
StructuralFeatureCS.getOwningClass()public TypedRefCS getOwnedMetaclass()
getOwnedMetaclass in interface StructuredClassCSStructuredClassCS.setOwnedMetaclass(TypedRefCS),
BaseCSPackage.getStructuredClassCS_OwnedMetaclass()public NotificationChain basicSetOwnedMetaclass(TypedRefCS newOwnedMetaclass, NotificationChain msgs)
public void setOwnedMetaclass(TypedRefCS newOwnedMetaclass)
setOwnedMetaclass in interface StructuredClassCSnewOwnedMetaclass - the new value of the 'Owned Metaclass' containment reference.StructuredClassCS.getOwnedMetaclass()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseAdd in class ClassCSImplpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ClassCSImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class ClassCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class ClassCSImplpublic void eUnset(int featureID)
eUnset in class ClassCSImplpublic boolean eIsSet(int featureID)
eIsSet in class ClassCSImplpublic <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.