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 java.lang.Integer STYLE_ADAPTION_EDEFAULT
          The default value of the 'Style Adaption' attribute.
protected  java.lang.Integer styleAdaption
          The cached value of the 'Style Adaption' attribute.
 
Constructor Summary
protected GradientColoredAreasImpl()
           
 
Method Summary
 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)
           
  getGradientColor()
           
 java.lang.Integer getStyleAdaption()
           
 void setStyleAdaption(java.lang.Integer newStyleAdaption)
           
 java.lang.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 java.lang.Integer STYLE_ADAPTION_EDEFAULT
The default value of the 'Style Adaption' attribute.

See Also:
getStyleAdaption()

styleAdaption

protected java.lang.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 java.lang.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(java.lang.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 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)


toString

public java.lang.String toString()



Copyright (c) SAP AG 2005, 2012.