BusinessDomainDsl.impl
Class BusinessClassImpl

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 BusinessDomainDsl.impl.ModelElementImpl
                  extended by BusinessDomainDsl.impl.AbstractTypeImpl
                      extended by BusinessDomainDsl.impl.AbstractBusinessClassImpl
                          extended by BusinessDomainDsl.impl.BusinessClassImpl
All Implemented Interfaces:
AbstractBusinessClass, AbstractType, BusinessClass, ModelElement, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject

public class BusinessClassImpl
extends AbstractBusinessClassImpl
implements BusinessClass

An implementation of the model object 'Business Class'.

The following features are implemented:


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>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected  org.eclipse.emf.common.util.EList<Association> associationsTo
          The cached value of the 'Associations To' reference list.
protected  org.eclipse.emf.common.util.EList<AbstractBusinessRule> businessRules
          The cached value of the 'Business Rules' containment reference list.
protected  BusinessClass superclass
          The cached value of the 'Superclass' reference.
 
Fields inherited from class BusinessDomainDsl.impl.AbstractBusinessClassImpl
associationsFrom
 
Fields inherited from class BusinessDomainDsl.impl.AbstractTypeImpl
properties
 
Fields inherited from class BusinessDomainDsl.impl.ModelElementImpl
description, DESCRIPTION_EDEFAULT, name, NAME_EDEFAULT
 
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 BusinessClassImpl()
           
 
Method Summary
 BusinessClass basicGetSuperclass()
           
 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)
           
 org.eclipse.emf.common.util.EList<Association> getAssociationsTo()
           
 org.eclipse.emf.common.util.EList<AbstractBusinessRule> getBusinessRules()
           
 BusinessClass getSuperclass()
           
 void setSuperclass(BusinessClass newSuperclass)
           
 
Methods inherited from class BusinessDomainDsl.impl.AbstractBusinessClassImpl
getAssociationsFrom
 
Methods inherited from class BusinessDomainDsl.impl.AbstractTypeImpl
basicSetModel, eBasicRemoveFromContainerFeature, getModel, getProperties, setModel
 
Methods inherited from class BusinessDomainDsl.impl.ModelElementImpl
getDescription, getName, setDescription, setName, toString
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, 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 BusinessDomainDsl.AbstractBusinessClass
getAssociationsFrom
 
Methods inherited from interface BusinessDomainDsl.AbstractType
getModel, getProperties, setModel
 
Methods inherited from interface BusinessDomainDsl.ModelElement
getDescription, getName, setDescription, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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

businessRules

protected org.eclipse.emf.common.util.EList<AbstractBusinessRule> businessRules
The cached value of the 'Business Rules' containment reference list.

See Also:
getBusinessRules()

superclass

protected BusinessClass superclass
The cached value of the 'Superclass' reference.

See Also:
getSuperclass()

associationsTo

protected org.eclipse.emf.common.util.EList<Association> associationsTo
The cached value of the 'Associations To' reference list.

See Also:
getAssociationsTo()
Constructor Detail

BusinessClassImpl

protected BusinessClassImpl()

Method Detail

eStaticClass

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

Overrides:
eStaticClass in class AbstractBusinessClassImpl

getBusinessRules

public org.eclipse.emf.common.util.EList<AbstractBusinessRule> getBusinessRules()

Specified by:
getBusinessRules in interface BusinessClass
Returns:
the value of the 'Business Rules' containment reference list.
See Also:
BusinessDomainDslPackage.getBusinessClass_BusinessRules(), AbstractBusinessRule.getBusinessClass()

getSuperclass

public BusinessClass getSuperclass()

Specified by:
getSuperclass in interface BusinessClass
Returns:
the value of the 'Superclass' reference.
See Also:
BusinessClass.setSuperclass(BusinessClass), BusinessDomainDslPackage.getBusinessClass_Superclass()

basicGetSuperclass

public BusinessClass basicGetSuperclass()


setSuperclass

public void setSuperclass(BusinessClass newSuperclass)

Specified by:
setSuperclass in interface BusinessClass
Parameters:
newSuperclass - the new value of the 'Superclass' reference.
See Also:
BusinessClass.getSuperclass()

getAssociationsTo

public org.eclipse.emf.common.util.EList<Association> getAssociationsTo()

Specified by:
getAssociationsTo in interface BusinessClass
Returns:
the value of the 'Associations To' reference list.
See Also:
BusinessDomainDslPackage.getBusinessClass_AssociationsTo(), Association.getSource()

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 AbstractBusinessClassImpl

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 AbstractBusinessClassImpl

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 AbstractBusinessClassImpl

eSet

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

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

eUnset

public void eUnset(int featureID)

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

eIsSet

public boolean eIsSet(int featureID)

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


Copyright © 2010 Mod4j. All Rights Reserved.