org.eclipse.graphiti.mm.algorithms.styles.impl
Class GradientColoredAreasImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.graphiti.mm.algorithms.styles.impl.GradientColoredAreasImpl
All Implemented Interfaces:
GradientColoredAreas

public class GradientColoredAreasImpl
extends EObjectImpl
implements GradientColoredAreas

An implementation of the model object 'Gradient Colored Areas'.

The following features are implemented:


Field Summary
protected   gradientColor
          The cached value of the 'Gradient Color' containment reference list.
protected static Integer STYLE_ADAPTION_EDEFAULT
          The default value of the 'Style Adaption' attribute.
protected  Integer styleAdaption
          The cached value of the 'Style Adaption' attribute.
 
Constructor Summary
protected GradientColoredAreasImpl()
           
 
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)
           
  getGradientColor()
           
 Integer getStyleAdaption()
           
 void setStyleAdaption(Integer newStyleAdaption)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

gradientColor

protected  gradientColor
The cached value of the 'Gradient Color' containment reference list.

See Also:
getGradientColor()

STYLE_ADAPTION_EDEFAULT

protected static final Integer STYLE_ADAPTION_EDEFAULT
The default value of the 'Style Adaption' attribute.

See Also:
getStyleAdaption()

styleAdaption

protected Integer styleAdaption
The cached value of the 'Style Adaption' attribute.

See Also:
getStyleAdaption()
Constructor Detail

GradientColoredAreasImpl

protected GradientColoredAreasImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getGradientColor

public  getGradientColor()

Specified by:
getGradientColor in interface GradientColoredAreas
Returns:
the value of the 'Gradient Color' containment reference list.
See Also:
StylesPackage.getGradientColoredAreas_GradientColor()

getStyleAdaption

public Integer getStyleAdaption()

Specified by:
getStyleAdaption in interface GradientColoredAreas
Returns:
the value of the 'Style Adaption' attribute.
See Also:
GradientColoredAreas.setStyleAdaption(Integer), StylesPackage.getGradientColoredAreas_StyleAdaption()

setStyleAdaption

public void setStyleAdaption(Integer newStyleAdaption)

Specified by:
setStyleAdaption in interface GradientColoredAreas
Parameters:
newStyleAdaption - the new value of the 'Style Adaption' attribute.
See Also:
GradientColoredAreas.getStyleAdaption()

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)


toString

public String toString()



Copyright (c) SAP AG 2005, 2010.