org.eclipse.graphiti.mm.impl
Class PropertyContainerImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.graphiti.mm.impl.PropertyContainerImpl
All Implemented Interfaces:
PropertyContainer
Direct Known Subclasses:
GraphicsAlgorithmContainerImpl, PictogramLinkImpl

public abstract class PropertyContainerImpl
extends EObjectImpl
implements PropertyContainer

An implementation of the model object 'Property Container'.

The following features are implemented:


Field Summary
protected   properties
          The cached value of the 'Properties' containment reference list.
 
Constructor Summary
protected PropertyContainerImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
  getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected  properties
The cached value of the 'Properties' containment reference list.

See Also:
getProperties()
Constructor Detail

PropertyContainerImpl

protected PropertyContainerImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getProperties

public  getProperties()

Specified by:
getProperties in interface PropertyContainer
Returns:
the value of the 'Properties' containment reference list.
See Also:
MmPackage.getPropertyContainer_Properties()

eInverseRemove

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


eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)



Copyright (c) SAP AG 2005, 2012.