org.eclipse.birt.chart.model.attribute.impl
Class MarkerImpl

java.lang.Object
  extended byorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended byorg.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended byorg.eclipse.emf.ecore.impl.EObjectImpl
              extended byorg.eclipse.birt.chart.model.attribute.impl.MarkerImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, Marker, org.eclipse.emf.common.notify.Notifier

public class MarkerImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements Marker

An implementation of the model object ' Marker'.

The following features are implemented:


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 org.eclipse.emf.common.notify.NotificationChain basicSetIconPalette(Palette newIconPalette, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature, boolean resolve)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, java.lang.Class baseClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature, java.lang.Object newValue)
           
 void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 Palette getIconPalette()
           
 int getSize()
           
 MarkerType getType()
           
 boolean isSetSize()
           
 boolean isSetType()
           
 boolean isSetVisible()
           
 boolean isVisible()
           
 void setIconPalette(Palette newIconPalette)
           
 void setSize(int newSize)
           
 void setType(MarkerType newType)
           
 void setVisible(boolean newVisible)
           
 java.lang.String toString()
           
 void unsetSize()
           
 void unsetType()
           
 void unsetVisible()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eInternalResource, eInverseAdd, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eStore, eURIFragmentSegment
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eIsProxy, eResource
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

getType

public MarkerType getType()

Specified by:
getType in interface Marker
Returns:
the value of the 'Type' attribute.
See Also:
MarkerType, Marker.isSetType(), Marker.unsetType(), Marker.setType(MarkerType), AttributePackage.getMarker_Type()

setType

public void setType(MarkerType newType)

Specified by:
setType in interface Marker
Parameters:
newType - the new value of the 'Type' attribute.
See Also:
MarkerType, Marker.isSetType(), Marker.unsetType(), Marker.getType()

unsetType

public void unsetType()

Specified by:
unsetType in interface Marker
See Also:
Marker.isSetType(), Marker.getType(), Marker.setType(MarkerType)

isSetType

public boolean isSetType()

Specified by:
isSetType in interface Marker
Returns:
whether the value of the 'Type' attribute is set.
See Also:
Marker.unsetType(), Marker.getType(), Marker.setType(MarkerType)

getSize

public int getSize()

Specified by:
getSize in interface Marker
Returns:
the value of the 'Size' attribute.
See Also:
Marker.isSetSize(), Marker.unsetSize(), Marker.setSize(int), AttributePackage.getMarker_Size()

setSize

public void setSize(int newSize)

Specified by:
setSize in interface Marker
Parameters:
newSize - the new value of the 'Size' attribute.
See Also:
Marker.isSetSize(), Marker.unsetSize(), Marker.getSize()

unsetSize

public void unsetSize()

Specified by:
unsetSize in interface Marker
See Also:
Marker.isSetSize(), Marker.getSize(), Marker.setSize(int)

isSetSize

public boolean isSetSize()

Specified by:
isSetSize in interface Marker
Returns:
whether the value of the 'Size' attribute is set.
See Also:
Marker.unsetSize(), Marker.getSize(), Marker.setSize(int)

isVisible

public boolean isVisible()

Specified by:
isVisible in interface Marker
Returns:
the value of the 'Visible' attribute.
See Also:
Marker.isSetVisible(), Marker.unsetVisible(), Marker.setVisible(boolean), AttributePackage.getMarker_Visible()

setVisible

public void setVisible(boolean newVisible)

Specified by:
setVisible in interface Marker
Parameters:
newVisible - the new value of the 'Visible' attribute.
See Also:
Marker.isSetVisible(), Marker.unsetVisible(), Marker.isVisible()

unsetVisible

public void unsetVisible()

Specified by:
unsetVisible in interface Marker
See Also:
Marker.isSetVisible(), Marker.isVisible(), Marker.setVisible(boolean)

isSetVisible

public boolean isSetVisible()

Specified by:
isSetVisible in interface Marker
Returns:
whether the value of the 'Visible' attribute is set.
See Also:
Marker.unsetVisible(), Marker.isVisible(), Marker.setVisible(boolean)

getIconPalette

public Palette getIconPalette()

Specified by:
getIconPalette in interface Marker
Returns:
the value of the 'Icon Palette' containment reference.
See Also:
Marker.setIconPalette(Palette), AttributePackage.getMarker_IconPalette()

basicSetIconPalette

public org.eclipse.emf.common.notify.NotificationChain basicSetIconPalette(Palette newIconPalette,
                                                                           org.eclipse.emf.common.notify.NotificationChain msgs)


setIconPalette

public void setIconPalette(Palette newIconPalette)

Specified by:
setIconPalette in interface Marker
Parameters:
newIconPalette - the new value of the 'Icon Palette' containment reference.
See Also:
Marker.getIconPalette()

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      java.lang.Class baseClass,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Specified by:
eInverseRemove in interface org.eclipse.emf.ecore.InternalEObject

eGet

public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                             boolean resolve)

Specified by:
eGet in interface org.eclipse.emf.ecore.EObject

eSet

public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.EObject

eUnset

public void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)

Specified by:
eUnset in interface org.eclipse.emf.ecore.EObject

eIsSet

public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.EObject

toString

public java.lang.String toString()



Copyright © 2005 Actuate Corp. All rights reserved.