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 String DEFINED_STYLE_ID_EDEFAULT
          The default value of the 'Defined Style Id' attribute.
protected  String definedStyleId
          The cached value of the 'Defined Style Id' attribute.
protected static Integer GRADIENT_TYPE_EDEFAULT
          The default value of the 'Gradient Type' attribute.
protected  Integer gradientType
          The cached value of the 'Gradient Type' attribute.
 
Constructor Summary
protected AdaptedGradientColoredAreasImpl()
           
 
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)
           
  getAdaptedGradientColoredAreas()
           
 String getDefinedStyleId()
           
 Integer getGradientType()
           
 void setDefinedStyleId(String newDefinedStyleId)
           
 void setGradientType(Integer newGradientType)
           
 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 String DEFINED_STYLE_ID_EDEFAULT
The default value of the 'Defined Style Id' attribute.

See Also:
getDefinedStyleId()

definedStyleId

protected 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 Integer GRADIENT_TYPE_EDEFAULT
The default value of the 'Gradient Type' attribute.

See Also:
getGradientType()

gradientType

protected 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 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(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 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(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 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, 2012.