org.eclipse.ocl.examples.xtext.base.basecs.impl
Class ClassifierCSImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.ocl.examples.xtext.base.basecs.impl.ElementCSImpl
                  extended by org.eclipse.ocl.examples.xtext.base.basecs.impl.PivotableElementCSImpl
                      extended by org.eclipse.ocl.examples.xtext.base.basecs.impl.ModelElementCSImpl
                          extended by org.eclipse.ocl.examples.xtext.base.basecs.impl.NamedElementCSImpl
                              extended by org.eclipse.ocl.examples.xtext.base.basecs.impl.ClassifierCSImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, Nameable, Pivotable, PivotObject, ClassifierCS, ElementCS, ModelElementCS, NamedElementCS, PivotableElementCS, TemplateableElementCS, TypeCS, VisitableCS
Direct Known Subclasses:
ClassCSImpl, DataTypeCSImpl, EnumerationCSImpl

public abstract class ClassifierCSImpl
extends NamedElementCSImpl
implements ClassifierCS

An implementation of the model object 'Classifier CS'.

The following features are implemented:

Generated

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected static org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate AST__EINVOCATION_DELEGATE
          The cached invocation delegate for the 'Ast' operation.
protected static java.lang.String INSTANCE_CLASS_NAME_EDEFAULT
          The default value of the 'Instance Class Name' attribute.
protected  java.lang.String instanceClassName
          The cached value of the 'Instance Class Name' attribute.
protected  boolean instanceClassNameESet
          This is true if the Instance Class Name attribute has been set.
protected  org.eclipse.emf.common.util.EList<ConstraintCS> ownedConstraint
          The cached value of the 'Owned Constraint' containment reference list.
protected  TemplateSignatureCS ownedTemplateSignature
          The cached value of the 'Owned Template Signature' containment reference.
protected  org.eclipse.emf.common.util.EList<java.lang.String> qualifier
          The cached value of the 'Qualifier' attribute list.
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.NamedElementCSImpl
name, NAME_EDEFAULT
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.ModelElementCSImpl
csi, CSI_EDEFAULT, ORIGINAL_XMI_ID_EDEFAULT, originalXmiId, ownedAnnotation
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.PivotableElementCSImpl
pivot
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected ClassifierCSImpl()
           
 
Method Summary
 Type ast()
           
 org.eclipse.emf.common.notify.NotificationChain basicSetOwnedTemplateSignature(TemplateSignatureCS newOwnedTemplateSignature, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetOwner(PackageCS newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class<?> baseClass)
           
 org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)
           
 int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class<?> baseClass)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(int featureID)
           
 java.lang.String getInstanceClassName()
           
 org.eclipse.emf.common.util.EList<ConstraintCS> getOwnedConstraint()
           
 TemplateSignatureCS getOwnedTemplateSignature()
           
 PackageCS getOwner()
           
 org.eclipse.emf.common.util.EList<java.lang.String> getQualifier()
           
 TemplateSignatureCS getTemplateSignature()
           
 boolean isSetInstanceClassName()
           
 void setInstanceClassName(java.lang.String newInstanceClassName)
           
 void setOwnedTemplateSignature(TemplateSignatureCS newOwnedTemplateSignature)
           
 void setOwner(PackageCS newOwner)
           
 java.lang.String toString()
           
 void unsetInstanceClassName()
           
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.NamedElementCSImpl
getName, setName
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.ModelElementCSImpl
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.PivotableElementCSImpl
getPivot, resetPivot, setPivot
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.ElementCSImpl
accept, getDescription, getLogicalParent
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.NamedElementCS
getName, setName
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

ownedTemplateSignature

protected TemplateSignatureCS ownedTemplateSignature
The cached value of the 'Owned Template Signature' containment reference.

See Also:
getOwnedTemplateSignature()
Generated
Ordered

INSTANCE_CLASS_NAME_EDEFAULT

protected static final java.lang.String INSTANCE_CLASS_NAME_EDEFAULT
The default value of the 'Instance Class Name' attribute.

See Also:
getInstanceClassName()
Generated
Ordered

instanceClassName

protected java.lang.String instanceClassName
The cached value of the 'Instance Class Name' attribute.

See Also:
getInstanceClassName()
Generated
Ordered

instanceClassNameESet

protected boolean instanceClassNameESet
This is true if the Instance Class Name attribute has been set.

Generated
Ordered

ownedConstraint

protected org.eclipse.emf.common.util.EList<ConstraintCS> ownedConstraint
The cached value of the 'Owned Constraint' containment reference list.

See Also:
getOwnedConstraint()
Generated
Ordered

qualifier

protected org.eclipse.emf.common.util.EList<java.lang.String> qualifier
The cached value of the 'Qualifier' attribute list.

See Also:
getQualifier()
Generated
Ordered

AST__EINVOCATION_DELEGATE

protected static final org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate AST__EINVOCATION_DELEGATE
The cached invocation delegate for the 'Ast' operation.

See Also:
ast()
Generated
Ordered
Constructor Detail

ClassifierCSImpl

protected ClassifierCSImpl()

Generated
Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class NamedElementCSImpl
Generated

getOwnedTemplateSignature

public TemplateSignatureCS getOwnedTemplateSignature()

Specified by:
getOwnedTemplateSignature in interface TemplateableElementCS
Returns:
the value of the 'Owned Template Signature' containment reference.
See Also:
TemplateableElementCS.setOwnedTemplateSignature(TemplateSignatureCS), BaseCSPackage.getTemplateableElementCS_OwnedTemplateSignature(), TemplateSignatureCS.getOwningTemplateElement()
Generated

basicSetOwnedTemplateSignature

public org.eclipse.emf.common.notify.NotificationChain basicSetOwnedTemplateSignature(TemplateSignatureCS newOwnedTemplateSignature,
                                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setOwnedTemplateSignature

public void setOwnedTemplateSignature(TemplateSignatureCS newOwnedTemplateSignature)

Specified by:
setOwnedTemplateSignature in interface TemplateableElementCS
Parameters:
newOwnedTemplateSignature - the new value of the 'Owned Template Signature' containment reference.
See Also:
TemplateableElementCS.getOwnedTemplateSignature()
Generated

getOwner

public PackageCS getOwner()

Specified by:
getOwner in interface ClassifierCS
Returns:
the value of the 'Owner' container reference.
See Also:
ClassifierCS.setOwner(PackageCS), BaseCSPackage.getClassifierCS_Owner(), PackageCS.getOwnedType()
Generated

basicSetOwner

public org.eclipse.emf.common.notify.NotificationChain basicSetOwner(PackageCS newOwner,
                                                                     org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setOwner

public void setOwner(PackageCS newOwner)

Specified by:
setOwner in interface ClassifierCS
Parameters:
newOwner - the new value of the 'Owner' container reference.
See Also:
ClassifierCS.getOwner()
Generated

getInstanceClassName

public java.lang.String getInstanceClassName()

Specified by:
getInstanceClassName in interface ClassifierCS
Returns:
the value of the 'Instance Class Name' attribute.
See Also:
ClassifierCS.setInstanceClassName(String), BaseCSPackage.getClassifierCS_InstanceClassName()
Generated

setInstanceClassName

public void setInstanceClassName(java.lang.String newInstanceClassName)

Specified by:
setInstanceClassName in interface ClassifierCS
Parameters:
newInstanceClassName - the new value of the 'Instance Class Name' attribute.
See Also:
ClassifierCS.getInstanceClassName()
Generated

unsetInstanceClassName

public void unsetInstanceClassName()

Generated

isSetInstanceClassName

public boolean isSetInstanceClassName()

Generated

getOwnedConstraint

public org.eclipse.emf.common.util.EList<ConstraintCS> getOwnedConstraint()

Specified by:
getOwnedConstraint in interface ClassifierCS
Returns:
the value of the 'Owned Constraint' containment reference list.
See Also:
BaseCSPackage.getClassifierCS_OwnedConstraint()
Generated

getQualifier

public org.eclipse.emf.common.util.EList<java.lang.String> getQualifier()

Specified by:
getQualifier in interface ClassifierCS
Returns:
the value of the 'Qualifier' attribute list.
See Also:
BaseCSPackage.getClassifierCS_Qualifier()
Generated

ast

public Type ast()

Specified by:
ast in interface ClassifierCS
Generated

toString

public java.lang.String toString()

Overrides:
toString in class NamedElementCSImpl
Generated

getTemplateSignature

public TemplateSignatureCS getTemplateSignature()

Generated
NOT

eInverseAdd

public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                   int featureID,
                                                                   org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseAdd in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseRemove in class ModelElementCSImpl
Generated

eBasicRemoveFromContainerFeature

public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eBasicRemoveFromContainerFeature in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class NamedElementCSImpl
Generated

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class NamedElementCSImpl
Generated

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class NamedElementCSImpl
Generated

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class NamedElementCSImpl
Generated

eBaseStructuralFeatureID

public int eBaseStructuralFeatureID(int derivedFeatureID,
                                    java.lang.Class<?> baseClass)

Specified by:
eBaseStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eBaseStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eDerivedStructuralFeatureID

public int eDerivedStructuralFeatureID(int baseFeatureID,
                                       java.lang.Class<?> baseClass)

Specified by:
eDerivedStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eDerivedStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated