Class SeriesPropertiesImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
- com._1c.g5.v8.bm.core.BmObject
-
- com._1c.g5.v8.dt.chart.model.impl.SeriesPropertiesImpl
-
- All Implemented Interfaces:
IBmObject,SeriesProperties,org.eclipse.emf.common.notify.Notifier,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder,org.eclipse.emf.ecore.InternalEObject
public class SeriesPropertiesImpl extends BmObject implements SeriesProperties
An implementation of the model object 'Series Properties'.The following features are implemented:
IdVal InfoColorLineMarkerTextExpandIndicatorStr Is ChangedInfoKeyColor PriorityShow Graphical Representation Of Data In Chart LegendShow Graphical Representation Of Data On ChartVisual TypeAdd TypeValues Axis UsageStack GroupValue Label FormatPercent Label FormatData Table Label FormatValues Edit Mode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
-
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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSeriesPropertiesImpl()
-
Method Summary
-
Methods inherited from class com._1c.g5.v8.bm.core.BmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty, createFeatureMap, createList, dynamicGet, dynamicSet, dynamicUnset, eBasicSetContainer, eBasicSetContainer, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDirectResource, eGet, eHasSettings, eInternalContainer, eInternalResource, eInverseAdd, eNotificationRequired, eNotify, equals, eResolveProxy, eSetDirectResource, eSetStore, eSettings, eStore, hashCode
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
eBasicContainerFeatureID, eBasicInternalContainer, eDerivedStructuralFeatureID, eDynamicIsSet, eIsCaching
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eContents, eCrossReferences, eDeliver, eDynamicClass, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResource, eSet, eSet, eSetResource, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
Method Detail
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClassin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eStaticFeatureCount
protected int eStaticFeatureCount()
- Overrides:
eStaticFeatureCountin classorg.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
getId
public long getId()
- Specified by:
getIdin interfaceSeriesProperties- Returns:
- the value of the 'Id' attribute.
- See Also:
SeriesProperties.setId(long),ChartPackage.getSeriesProperties_Id()
-
setId
public void setId(long newId)
- Specified by:
setIdin interfaceSeriesProperties- Parameters:
newId- the new value of the 'Id' attribute.- See Also:
SeriesProperties.getId()
-
getValInfo
public Value getValInfo()
- Specified by:
getValInfoin interfaceSeriesProperties- Returns:
- the value of the 'Val Info' containment reference.
- See Also:
SeriesProperties.setValInfo(Value),ChartPackage.getSeriesProperties_ValInfo()
-
setValInfo
public void setValInfo(Value newValInfo)
- Specified by:
setValInfoin interfaceSeriesProperties- Parameters:
newValInfo- the new value of the 'Val Info' containment reference.- See Also:
SeriesProperties.getValInfo()
-
getColor
public Color getColor()
- Specified by:
getColorin interfaceSeriesProperties- Returns:
- the value of the 'Color' containment reference.
- See Also:
SeriesProperties.setColor(Color),ChartPackage.getSeriesProperties_Color()
-
setColor
public void setColor(Color newColor)
- Specified by:
setColorin interfaceSeriesProperties- Parameters:
newColor- the new value of the 'Color' containment reference.- See Also:
SeriesProperties.getColor()
-
getLine
public ChartLine getLine()
- Specified by:
getLinein interfaceSeriesProperties- Returns:
- the value of the 'Line' containment reference.
- See Also:
SeriesProperties.setLine(ChartLine),ChartPackage.getSeriesProperties_Line()
-
setLine
public void setLine(ChartLine newLine)
- Specified by:
setLinein interfaceSeriesProperties- Parameters:
newLine- the new value of the 'Line' containment reference.- See Also:
SeriesProperties.getLine()
-
getMarker
public MarkerType getMarker()
- Specified by:
getMarkerin interfaceSeriesProperties- Returns:
- the value of the 'Marker' attribute.
- See Also:
MarkerType,SeriesProperties.setMarker(MarkerType),ChartPackage.getSeriesProperties_Marker()
-
setMarker
public void setMarker(MarkerType newMarker)
- Specified by:
setMarkerin interfaceSeriesProperties- Parameters:
newMarker- the new value of the 'Marker' attribute.- See Also:
MarkerType,SeriesProperties.getMarker()
-
getText
public org.eclipse.emf.common.util.EMap<String,String> getText()
- Specified by:
getTextin interfaceSeriesProperties- Returns:
- the value of the 'Text' map.
- See Also:
ChartPackage.getSeriesProperties_Text()
-
isExpand
public boolean isExpand()
- Specified by:
isExpandin interfaceSeriesProperties- Returns:
- the value of the 'Expand' attribute.
- See Also:
SeriesProperties.setExpand(boolean),ChartPackage.getSeriesProperties_Expand()
-
setExpand
public void setExpand(boolean newExpand)
- Specified by:
setExpandin interfaceSeriesProperties- Parameters:
newExpand- the new value of the 'Expand' attribute.- See Also:
SeriesProperties.isExpand()
-
isIndicator
public boolean isIndicator()
- Specified by:
isIndicatorin interfaceSeriesProperties- Returns:
- the value of the 'Indicator' attribute.
- See Also:
SeriesProperties.setIndicator(boolean),ChartPackage.getSeriesProperties_Indicator()
-
setIndicator
public void setIndicator(boolean newIndicator)
- Specified by:
setIndicatorin interfaceSeriesProperties- Parameters:
newIndicator- the new value of the 'Indicator' attribute.- See Also:
SeriesProperties.isIndicator()
-
isStrIsChanged
public boolean isStrIsChanged()
- Specified by:
isStrIsChangedin interfaceSeriesProperties- Returns:
- the value of the 'Str Is Changed' attribute.
- See Also:
SeriesProperties.setStrIsChanged(boolean),ChartPackage.getSeriesProperties_StrIsChanged()
-
setStrIsChanged
public void setStrIsChanged(boolean newStrIsChanged)
- Specified by:
setStrIsChangedin interfaceSeriesProperties- Parameters:
newStrIsChanged- the new value of the 'Str Is Changed' attribute.- See Also:
SeriesProperties.isStrIsChanged()
-
getInfo
public SeriesCalcInfo getInfo()
- Specified by:
getInfoin interfaceSeriesProperties- Returns:
- the value of the 'Info' containment reference.
- See Also:
SeriesProperties.setInfo(SeriesCalcInfo),ChartPackage.getSeriesProperties_Info()
-
setInfo
public void setInfo(SeriesCalcInfo newInfo)
- Specified by:
setInfoin interfaceSeriesProperties- Parameters:
newInfo- the new value of the 'Info' containment reference.- See Also:
SeriesProperties.getInfo()
-
getKey
public Value getKey()
- Specified by:
getKeyin interfaceSeriesProperties- Returns:
- the value of the 'Key' containment reference.
- See Also:
SeriesProperties.setKey(Value),ChartPackage.getSeriesProperties_Key()
-
setKey
public void setKey(Value newKey)
- Specified by:
setKeyin interfaceSeriesProperties- Parameters:
newKey- the new value of the 'Key' containment reference.- See Also:
SeriesProperties.getKey()
-
isColorPriority
public boolean isColorPriority()
- Specified by:
isColorPriorityin interfaceSeriesProperties- Returns:
- the value of the 'Color Priority' attribute.
- See Also:
SeriesProperties.setColorPriority(boolean),ChartPackage.getSeriesProperties_ColorPriority()
-
setColorPriority
public void setColorPriority(boolean newColorPriority)
- Specified by:
setColorPriorityin interfaceSeriesProperties- Parameters:
newColorPriority- the new value of the 'Color Priority' attribute.- See Also:
SeriesProperties.isColorPriority()
-
getShowGraphicalRepresentationOfDataInChartLegend
public ShowInChartLegend getShowGraphicalRepresentationOfDataInChartLegend()
- Specified by:
getShowGraphicalRepresentationOfDataInChartLegendin interfaceSeriesProperties- Returns:
- the value of the 'Show Graphical Representation Of Data In Chart Legend' attribute.
- See Also:
ShowInChartLegend,SeriesProperties.setShowGraphicalRepresentationOfDataInChartLegend(ShowInChartLegend),ChartPackage.getSeriesProperties_ShowGraphicalRepresentationOfDataInChartLegend()
-
setShowGraphicalRepresentationOfDataInChartLegend
public void setShowGraphicalRepresentationOfDataInChartLegend(ShowInChartLegend newShowGraphicalRepresentationOfDataInChartLegend)
- Specified by:
setShowGraphicalRepresentationOfDataInChartLegendin interfaceSeriesProperties- Parameters:
newShowGraphicalRepresentationOfDataInChartLegend- the new value of the 'Show Graphical Representation Of Data In Chart Legend' attribute.- See Also:
ShowInChartLegend,SeriesProperties.getShowGraphicalRepresentationOfDataInChartLegend()
-
getShowGraphicalRepresentationOfDataOnChart
public ShowOnChart getShowGraphicalRepresentationOfDataOnChart()
- Specified by:
getShowGraphicalRepresentationOfDataOnChartin interfaceSeriesProperties- Returns:
- the value of the 'Show Graphical Representation Of Data On Chart' attribute.
- See Also:
ShowOnChart,SeriesProperties.setShowGraphicalRepresentationOfDataOnChart(ShowOnChart),ChartPackage.getSeriesProperties_ShowGraphicalRepresentationOfDataOnChart()
-
setShowGraphicalRepresentationOfDataOnChart
public void setShowGraphicalRepresentationOfDataOnChart(ShowOnChart newShowGraphicalRepresentationOfDataOnChart)
- Specified by:
setShowGraphicalRepresentationOfDataOnChartin interfaceSeriesProperties- Parameters:
newShowGraphicalRepresentationOfDataOnChart- the new value of the 'Show Graphical Representation Of Data On Chart' attribute.- See Also:
ShowOnChart,SeriesProperties.getShowGraphicalRepresentationOfDataOnChart()
-
getVisualType
public ChartSeriesGraphicalRepresentationType getVisualType()
- Specified by:
getVisualTypein interfaceSeriesProperties- Returns:
- the value of the 'Visual Type' attribute.
- See Also:
ChartSeriesGraphicalRepresentationType,SeriesProperties.setVisualType(ChartSeriesGraphicalRepresentationType),ChartPackage.getSeriesProperties_VisualType()
-
setVisualType
public void setVisualType(ChartSeriesGraphicalRepresentationType newVisualType)
- Specified by:
setVisualTypein interfaceSeriesProperties- Parameters:
newVisualType- the new value of the 'Visual Type' attribute.- See Also:
ChartSeriesGraphicalRepresentationType,SeriesProperties.getVisualType()
-
getAddType
public ChartSeriesStackType getAddType()
- Specified by:
getAddTypein interfaceSeriesProperties- Returns:
- the value of the 'Add Type' attribute.
- See Also:
ChartSeriesStackType,SeriesProperties.setAddType(ChartSeriesStackType),ChartPackage.getSeriesProperties_AddType()
-
setAddType
public void setAddType(ChartSeriesStackType newAddType)
- Specified by:
setAddTypein interfaceSeriesProperties- Parameters:
newAddType- the new value of the 'Add Type' attribute.- See Also:
ChartSeriesStackType,SeriesProperties.getAddType()
-
getValuesAxisUsage
public UsedChartValuesAxis getValuesAxisUsage()
- Specified by:
getValuesAxisUsagein interfaceSeriesProperties- Returns:
- the value of the 'Values Axis Usage' attribute.
- See Also:
UsedChartValuesAxis,SeriesProperties.setValuesAxisUsage(UsedChartValuesAxis),ChartPackage.getSeriesProperties_ValuesAxisUsage()
-
setValuesAxisUsage
public void setValuesAxisUsage(UsedChartValuesAxis newValuesAxisUsage)
- Specified by:
setValuesAxisUsagein interfaceSeriesProperties- Parameters:
newValuesAxisUsage- the new value of the 'Values Axis Usage' attribute.- See Also:
UsedChartValuesAxis,SeriesProperties.getValuesAxisUsage()
-
getStackGroup
public String getStackGroup()
- Specified by:
getStackGroupin interfaceSeriesProperties- Returns:
- the value of the 'Stack Group' attribute.
- See Also:
SeriesProperties.setStackGroup(String),ChartPackage.getSeriesProperties_StackGroup()
-
setStackGroup
public void setStackGroup(String newStackGroup)
- Specified by:
setStackGroupin interfaceSeriesProperties- Parameters:
newStackGroup- the new value of the 'Stack Group' attribute.- See Also:
SeriesProperties.getStackGroup()
-
getValueLabelFormat
public org.eclipse.emf.common.util.EMap<String,String> getValueLabelFormat()
- Specified by:
getValueLabelFormatin interfaceSeriesProperties- Returns:
- the value of the 'Value Label Format' map.
- See Also:
ChartPackage.getSeriesProperties_ValueLabelFormat()
-
getPercentLabelFormat
public org.eclipse.emf.common.util.EMap<String,String> getPercentLabelFormat()
- Specified by:
getPercentLabelFormatin interfaceSeriesProperties- Returns:
- the value of the 'Percent Label Format' map.
- See Also:
ChartPackage.getSeriesProperties_PercentLabelFormat()
-
getDataTableLabelFormat
public org.eclipse.emf.common.util.EMap<String,String> getDataTableLabelFormat()
- Specified by:
getDataTableLabelFormatin interfaceSeriesProperties- Returns:
- the value of the 'Data Table Label Format' map.
- See Also:
ChartPackage.getSeriesProperties_DataTableLabelFormat()
-
getValuesEditMode
public ChartValuesEditMode getValuesEditMode()
- Specified by:
getValuesEditModein interfaceSeriesProperties- Returns:
- the value of the 'Values Edit Mode' attribute.
- See Also:
ChartValuesEditMode,SeriesProperties.setValuesEditMode(ChartValuesEditMode),ChartPackage.getSeriesProperties_ValuesEditMode()
-
setValuesEditMode
public void setValuesEditMode(ChartValuesEditMode newValuesEditMode)
- Specified by:
setValuesEditModein interfaceSeriesProperties- Parameters:
newValuesEditMode- the new value of the 'Values Edit Mode' attribute.- See Also:
ChartValuesEditMode,SeriesProperties.getValuesEditMode()
-
-