Class SeriesGroupingImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.birt.chart.model.data.impl.SeriesGroupingImpl
- All Implemented Interfaces:
SeriesGrouping
,IChartObject
,org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.InternalEObject
public class SeriesGroupingImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements SeriesGrouping
An implementation of the model object ' Series
Grouping'.
The following features are implemented:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
Nested classes/interfaces inherited from interface 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
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
basicSetGroupingOrigin
(DataElement newGroupingOrigin, org.eclipse.emf.common.notify.NotificationChain msgs) static final SeriesGrouping
create()
A convenience method provided to create a series grouping instance and initialize its member variables NOTE: Manually writteneGet
(int featureID, boolean resolve, boolean coreType) org.eclipse.emf.common.notify.NotificationChain
eInverseRemove
(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) boolean
eIsSet
(int featureID) void
void
eUnset
(int featureID) org.eclipse.emf.common.util.EList<String>
double
boolean
boolean
boolean
boolean
boolean
boolean
void
setAggregateExpression
(String newAggregateExpression) void
setEnabled
(boolean newEnabled) void
setGroupingInterval
(double newGroupingInterval) void
setGroupingOrigin
(DataElement newGroupingOrigin) void
setGroupingUnit
(GroupingUnitType newGroupingUnit) void
setGroupType
(DataType newGroupType) toString()
void
void
void
void
void
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
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, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabled
in interfaceSeriesGrouping
- Returns:
- the value of the 'Enabled' attribute.
- See Also:
-
setEnabled
public void setEnabled(boolean newEnabled) - Specified by:
setEnabled
in interfaceSeriesGrouping
- Parameters:
newEnabled
- the new value of the 'Enabled' attribute.- See Also:
-
unsetEnabled
public void unsetEnabled()- Specified by:
unsetEnabled
in interfaceSeriesGrouping
- See Also:
-
isSetEnabled
public boolean isSetEnabled()- Specified by:
isSetEnabled
in interfaceSeriesGrouping
- Returns:
- whether the value of the 'Enabled' attribute is set.
- See Also:
-
getGroupingUnit
- Specified by:
getGroupingUnit
in interfaceSeriesGrouping
- Returns:
- the value of the 'Grouping Unit' attribute.
- See Also:
-
#setGroupingUnit(String)
DataPackage.getSeriesGrouping_GroupingUnit()
-
setGroupingUnit
- Specified by:
setGroupingUnit
in interfaceSeriesGrouping
- Parameters:
newGroupingUnit
- the new value of the 'Grouping Unit' attribute.- See Also:
-
unsetGroupingUnit
public void unsetGroupingUnit()- Specified by:
unsetGroupingUnit
in interfaceSeriesGrouping
- See Also:
-
isSetGroupingUnit
public boolean isSetGroupingUnit()- Specified by:
isSetGroupingUnit
in interfaceSeriesGrouping
- Returns:
- whether the value of the 'Grouping Unit' attribute is set.
- See Also:
-
getGroupingOrigin
- Specified by:
getGroupingOrigin
in interfaceSeriesGrouping
- Returns:
- the value of the 'Grouping Origin' containment reference.
- See Also:
-
basicSetGroupingOrigin
public org.eclipse.emf.common.notify.NotificationChain basicSetGroupingOrigin(DataElement newGroupingOrigin, org.eclipse.emf.common.notify.NotificationChain msgs) -
setGroupingOrigin
- Specified by:
setGroupingOrigin
in interfaceSeriesGrouping
- Parameters:
newGroupingOrigin
- the new value of the 'Grouping Origin' containment reference.- See Also:
-
getGroupingInterval
public double getGroupingInterval()- Specified by:
getGroupingInterval
in interfaceSeriesGrouping
- Returns:
- the value of the 'Grouping Interval' attribute.
- See Also:
-
setGroupingInterval
public void setGroupingInterval(double newGroupingInterval) - Specified by:
setGroupingInterval
in interfaceSeriesGrouping
- Parameters:
newGroupingInterval
- the new value of the 'Grouping Interval' attribute.- See Also:
-
unsetGroupingInterval
public void unsetGroupingInterval()- Specified by:
unsetGroupingInterval
in interfaceSeriesGrouping
- See Also:
-
isSetGroupingInterval
public boolean isSetGroupingInterval()- Specified by:
isSetGroupingInterval
in interfaceSeriesGrouping
- Returns:
- whether the value of the 'Grouping Interval' attribute is set.
- See Also:
-
getGroupType
- Specified by:
getGroupType
in interfaceSeriesGrouping
- Returns:
- the value of the 'Group Type' attribute.
- See Also:
-
#setGroupType(String)
DataPackage.getSeriesGrouping_GroupType()
-
setGroupType
- Specified by:
setGroupType
in interfaceSeriesGrouping
- Parameters:
newGroupType
- the new value of the 'Group Type' attribute.- See Also:
-
unsetGroupType
public void unsetGroupType()- Specified by:
unsetGroupType
in interfaceSeriesGrouping
- See Also:
-
isSetGroupType
public boolean isSetGroupType()- Specified by:
isSetGroupType
in interfaceSeriesGrouping
- Returns:
- whether the value of the 'Group Type' attribute is set.
- See Also:
-
getAggregateExpression
- Specified by:
getAggregateExpression
in interfaceSeriesGrouping
- Returns:
- the value of the 'Aggregate Expression' attribute.
- See Also:
-
setAggregateExpression
- Specified by:
setAggregateExpression
in interfaceSeriesGrouping
- Parameters:
newAggregateExpression
- the new value of the 'Aggregate Expression' attribute.- See Also:
-
unsetAggregateExpression
public void unsetAggregateExpression()- Specified by:
unsetAggregateExpression
in interfaceSeriesGrouping
- See Also:
-
isSetAggregateExpression
public boolean isSetAggregateExpression()- Specified by:
isSetAggregateExpression
in interfaceSeriesGrouping
- Returns:
- whether the value of the 'Aggregate Expression' attribute is set.
- See Also:
-
getAggregateParameters
- Specified by:
getAggregateParameters
in interfaceSeriesGrouping
- Returns:
- the value of the 'Aggregate Parameters' attribute list.
- See Also:
-
eInverseRemove
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) - Overrides:
eInverseRemove
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eGet
- Specified by:
eGet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eGet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eSet
- Specified by:
eSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eSet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eUnset
public void eUnset(int featureID) - Specified by:
eUnset
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eUnset
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID) - Specified by:
eIsSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eIsSet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
toString
- Overrides:
toString
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
create
A convenience method provided to create a series grouping instance and initialize its member variables NOTE: Manually written- Returns:
-
copyInstance
- Specified by:
copyInstance
in interfaceIChartObject
- Specified by:
copyInstance
in interfaceSeriesGrouping
-