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

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

public class GradientColoredAreaImpl
extends EObjectImpl
implements GradientColoredArea

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

The following features are implemented:


Field Summary
protected  GradientColoredLocation end
          The cached value of the 'End' containment reference.
protected  GradientColoredLocation start
          The cached value of the 'Start' containment reference.
 
Constructor Summary
protected GradientColoredAreaImpl()
           
 
Method Summary
 GradientColoredLocation basicGetEnd()
           
 GradientColoredLocation basicGetStart()
           
 NotificationChain basicSetEnd(GradientColoredLocation newEnd, NotificationChain msgs)
           
 NotificationChain basicSetStart(GradientColoredLocation newStart, NotificationChain msgs)
           
 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)
           
 GradientColoredLocation getEnd()
           
 GradientColoredLocation getStart()
           
 void setEnd(GradientColoredLocation newEnd)
           
 void setStart(GradientColoredLocation newStart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

protected GradientColoredLocation start
The cached value of the 'Start' containment reference.

See Also:
getStart()

end

protected GradientColoredLocation end
The cached value of the 'End' containment reference.

See Also:
getEnd()
Constructor Detail

GradientColoredAreaImpl

protected GradientColoredAreaImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getStart

public GradientColoredLocation getStart()

Specified by:
getStart in interface GradientColoredArea
Returns:
the value of the 'Start' containment reference.
See Also:
GradientColoredArea.setStart(GradientColoredLocation), StylesPackage.getGradientColoredArea_Start()

basicGetStart

public GradientColoredLocation basicGetStart()


basicSetStart

public NotificationChain basicSetStart(GradientColoredLocation newStart,
                                       NotificationChain msgs)


setStart

public void setStart(GradientColoredLocation newStart)

Specified by:
setStart in interface GradientColoredArea
Parameters:
newStart - the new value of the 'Start' containment reference.
See Also:
GradientColoredArea.getStart()

getEnd

public GradientColoredLocation getEnd()

Specified by:
getEnd in interface GradientColoredArea
Returns:
the value of the 'End' containment reference.
See Also:
GradientColoredArea.setEnd(GradientColoredLocation), StylesPackage.getGradientColoredArea_End()

basicGetEnd

public GradientColoredLocation basicGetEnd()


basicSetEnd

public NotificationChain basicSetEnd(GradientColoredLocation newEnd,
                                     NotificationChain msgs)


setEnd

public void setEnd(GradientColoredLocation newEnd)

Specified by:
setEnd in interface GradientColoredArea
Parameters:
newEnd - the new value of the 'End' containment reference.
See Also:
GradientColoredArea.getEnd()

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)



Copyright (c) SAP AG 2005, 2012.