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

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

public class AdaptedGradientColoredAreasImpl
extends EObjectImpl
implements AdaptedGradientColoredAreas

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

The following features are implemented:


Field Summary
protected   adaptedGradientColoredAreas
          The cached value of the 'Adapted Gradient Colored Areas' containment reference list.
protected static java.lang.String DEFINED_STYLE_ID_EDEFAULT
          The default value of the 'Defined Style Id' attribute.
protected  java.lang.String definedStyleId
          The cached value of the 'Defined Style Id' attribute.
protected static java.lang.Integer GRADIENT_TYPE_EDEFAULT
          The default value of the 'Gradient Type' attribute.
protected  java.lang.Integer gradientType
          The cached value of the 'Gradient Type' attribute.
 
Constructor Summary
protected AdaptedGradientColoredAreasImpl()
           
 
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)
           
  getAdaptedGradientColoredAreas()
           
 java.lang.String getDefinedStyleId()
           
 java.lang.Integer getGradientType()
           
 void setDefinedStyleId(java.lang.String newDefinedStyleId)
           
 void setGradientType(java.lang.Integer newGradientType)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFINED_STYLE_ID_EDEFAULT

protected static final java.lang.String DEFINED_STYLE_ID_EDEFAULT
The default value of the 'Defined Style Id' attribute.

See Also:
getDefinedStyleId()

definedStyleId

protected java.lang.String definedStyleId
The cached value of the 'Defined Style Id' attribute.

See Also:
getDefinedStyleId()

adaptedGradientColoredAreas

protected  adaptedGradientColoredAreas
The cached value of the 'Adapted Gradient Colored Areas' containment reference list.

See Also:
getAdaptedGradientColoredAreas()

GRADIENT_TYPE_EDEFAULT

protected static final java.lang.Integer GRADIENT_TYPE_EDEFAULT
The default value of the 'Gradient Type' attribute.

See Also:
getGradientType()

gradientType

protected java.lang.Integer gradientType
The cached value of the 'Gradient Type' attribute.

See Also:
getGradientType()
Constructor Detail

AdaptedGradientColoredAreasImpl

protected AdaptedGradientColoredAreasImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getDefinedStyleId

public java.lang.String getDefinedStyleId()

Specified by:
getDefinedStyleId in interface AdaptedGradientColoredAreas
Returns:
the value of the 'Defined Style Id' attribute.
See Also:
AdaptedGradientColoredAreas.setDefinedStyleId(String), StylesPackage.getAdaptedGradientColoredAreas_DefinedStyleId()

setDefinedStyleId

public void setDefinedStyleId(java.lang.String newDefinedStyleId)

Specified by:
setDefinedStyleId in interface AdaptedGradientColoredAreas
Parameters:
newDefinedStyleId - the new value of the 'Defined Style Id' attribute.
See Also:
AdaptedGradientColoredAreas.getDefinedStyleId()

getAdaptedGradientColoredAreas

public  getAdaptedGradientColoredAreas()

Specified by:
getAdaptedGradientColoredAreas in interface AdaptedGradientColoredAreas
Returns:
the value of the 'Adapted Gradient Colored Areas' containment reference list.
See Also:
StylesPackage.getAdaptedGradientColoredAreas_AdaptedGradientColoredAreas()

getGradientType

public java.lang.Integer getGradientType()

Specified by:
getGradientType in interface AdaptedGradientColoredAreas
Returns:
the value of the 'Gradient Type' attribute.
See Also:
AdaptedGradientColoredAreas.setGradientType(Integer), StylesPackage.getAdaptedGradientColoredAreas_GradientType()

setGradientType

public void setGradientType(java.lang.Integer newGradientType)

Specified by:
setGradientType in interface AdaptedGradientColoredAreas
Parameters:
newGradientType - the new value of the 'Gradient Type' attribute.
See Also:
AdaptedGradientColoredAreas.getGradientType()

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, 2010.