org.eclipse.emf.test.models.ref.unsettable.impl
Class C1UImpl

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.emf.test.models.ref.unsettable.impl.C1UImpl
All Implemented Interfaces:
Notifier, EObject, InternalEObject, C1U

public class C1UImpl
extends EObjectImpl
implements C1U

An implementation of the model object 'C1U'.

The following features are implemented:


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter>, BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
 
Field Summary
protected  AU au
          The cached value of the 'Au' containment reference
protected  boolean auESet
          This is true if the Au containment reference has been set
protected  EList<BU> bu
          The cached value of the 'Bu' containment reference list
 
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 C1UImpl()
           
 
Method Summary
 NotificationChain basicSetAu(AU newAu, NotificationChain msgs)
           
 NotificationChain basicUnsetAu(NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 AU getAu()
           
 EList<BU> getBu()
           
 boolean isSetAu()
           
 boolean isSetBu()
           
 void setAu(AU newAu)
           
 void unsetAu()
           
 void unsetBu()
           
 
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, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, 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, 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, toString
 
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.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

au

protected AU au
The cached value of the 'Au' containment reference.

See Also:
getAu()

auESet

protected boolean auESet
This is true if the Au containment reference has been set.


bu

protected EList<BU> bu
The cached value of the 'Bu' containment reference list.

See Also:
getBu()
Constructor Detail

C1UImpl

protected C1UImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class EObjectImpl

getAu

public AU getAu()

Specified by:
getAu in interface C1U
Returns:
the value of the 'Au' containment reference.
See Also:
C1U.isSetAu(), C1U.unsetAu(), C1U.setAu(AU), URefPackage.getC1U_Au()

basicSetAu

public NotificationChain basicSetAu(AU newAu,
                                    NotificationChain msgs)


setAu

public void setAu(AU newAu)

Specified by:
setAu in interface C1U
Parameters:
newAu - the new value of the 'Au' containment reference.
See Also:
C1U.isSetAu(), C1U.unsetAu(), C1U.getAu()

basicUnsetAu

public NotificationChain basicUnsetAu(NotificationChain msgs)


unsetAu

public void unsetAu()

Specified by:
unsetAu in interface C1U
See Also:
C1U.isSetAu(), C1U.getAu(), C1U.setAu(AU)

isSetAu

public boolean isSetAu()

Specified by:
isSetAu in interface C1U
Returns:
whether the value of the 'Au' containment reference is set.
See Also:
C1U.unsetAu(), C1U.getAu(), C1U.setAu(AU)

getBu

public EList<BU> getBu()

Specified by:
getBu in interface C1U
Returns:
the value of the 'Bu' containment reference list.
See Also:
C1U.isSetBu(), C1U.unsetBu(), URefPackage.getC1U_Bu()

unsetBu

public void unsetBu()

Specified by:
unsetBu in interface C1U
See Also:
C1U.isSetBu(), C1U.getBu()

isSetBu

public boolean isSetBu()

Specified by:
isSetBu in interface C1U
Returns:
whether the value of the 'Bu' containment reference list is set.
See Also:
C1U.unsetBu(), C1U.getBu()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)

Overrides:
eInverseRemove in class BasicEObjectImpl

eGet

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

Specified by:
eGet in interface InternalEObject
Overrides:
eGet in class BasicEObjectImpl
See Also:
InternalEObject.eGet(EStructuralFeature, boolean, boolean)

eSet

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

Specified by:
eSet in interface InternalEObject
Overrides:
eSet in class BasicEObjectImpl
See Also:
EObject.eSet(EStructuralFeature, Object)

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface InternalEObject
Overrides:
eUnset in class BasicEObjectImpl
See Also:
EObject.eUnset(EStructuralFeature)

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface InternalEObject
Overrides:
eIsSet in class BasicEObjectImpl
See Also:
EObject.eIsSet(EStructuralFeature)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.