org.eclipse.graphiti.mm.impl
Class StyleContainerImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.graphiti.mm.impl.StyleContainerImpl
All Implemented Interfaces:
StyleContainer
Direct Known Subclasses:
StyleImpl

public abstract class StyleContainerImpl
extends EObjectImpl
implements StyleContainer

An implementation of the model object 'Style Container'.

The following features are implemented:


Field Summary
protected   styles
          The cached value of the 'Styles' containment reference list.
 
Constructor Summary
protected StyleContainerImpl()
           
 
Method Summary
 java.lang.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, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
  getStyles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styles

protected  styles
The cached value of the 'Styles' containment reference list.

See Also:
getStyles()
Constructor Detail

StyleContainerImpl

protected StyleContainerImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getStyles

public  getStyles()

Specified by:
getStyles in interface StyleContainer
Returns:
the value of the 'Styles' containment reference list.
See Also:
MmPackage.getStyleContainer_Styles(), Style.getStyleContainer()

eInverseAdd

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


eInverseRemove

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


eGet

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


eSet

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


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)



Copyright (c) SAP AG 2005, 2010.