Package com._1c.g5.v8.dt.chart.model
Interface SeriesProperties
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SeriesPropertiesImpl
public interface SeriesProperties extends IBmObject
A representation of the model object 'Series Properties'.The following features are supported:
Id
Val Info
Color
Line
Marker
Text
Expand
Indicator
Str Is Changed
Info
Key
Color Priority
Show Graphical Representation Of Data In Chart Legend
Show Graphical Representation Of Data On Chart
Visual Type
Add Type
Values Axis Usage
Stack Group
Value Label Format
Percent Label Format
Data Table Label Format
Values Edit Mode
- See Also:
ChartPackage.getSeriesProperties()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChartSeriesStackType
getAddType()
Returns the value of the 'Add Type' attribute.Color
getColor()
Returns the value of the 'Color' containment reference.org.eclipse.emf.common.util.EMap<String,String>
getDataTableLabelFormat()
Returns the value of the 'Data Table Label Format' map.long
getId()
Returns the value of the 'Id' attribute.SeriesCalcInfo
getInfo()
Returns the value of the 'Info' containment reference.Value
getKey()
Returns the value of the 'Key' containment reference.ChartLine
getLine()
Returns the value of the 'Line' containment reference.MarkerType
getMarker()
Returns the value of the 'Marker' attribute.org.eclipse.emf.common.util.EMap<String,String>
getPercentLabelFormat()
Returns the value of the 'Percent Label Format' map.ShowInChartLegend
getShowGraphicalRepresentationOfDataInChartLegend()
Returns the value of the 'Show Graphical Representation Of Data In Chart Legend' attribute.ShowOnChart
getShowGraphicalRepresentationOfDataOnChart()
Returns the value of the 'Show Graphical Representation Of Data On Chart' attribute.String
getStackGroup()
Returns the value of the 'Stack Group' attribute.org.eclipse.emf.common.util.EMap<String,String>
getText()
Returns the value of the 'Text' map.Value
getValInfo()
Returns the value of the 'Val Info' containment reference.org.eclipse.emf.common.util.EMap<String,String>
getValueLabelFormat()
Returns the value of the 'Value Label Format' map.UsedChartValuesAxis
getValuesAxisUsage()
Returns the value of the 'Values Axis Usage' attribute.ChartValuesEditMode
getValuesEditMode()
Returns the value of the 'Values Edit Mode' attribute.ChartSeriesGraphicalRepresentationType
getVisualType()
Returns the value of the 'Visual Type' attribute.boolean
isColorPriority()
Returns the value of the 'Color Priority' attribute.boolean
isExpand()
Returns the value of the 'Expand' attribute.boolean
isIndicator()
Returns the value of the 'Indicator' attribute.boolean
isStrIsChanged()
Returns the value of the 'Str Is Changed' attribute.void
setAddType(ChartSeriesStackType value)
Sets the value of the 'Add Type
' attribute.void
setColor(Color value)
Sets the value of the 'Color
' containment reference.void
setColorPriority(boolean value)
Sets the value of the 'Color Priority
' attribute.void
setExpand(boolean value)
Sets the value of the 'Expand
' attribute.void
setId(long value)
Sets the value of the 'Id
' attribute.void
setIndicator(boolean value)
Sets the value of the 'Indicator
' attribute.void
setInfo(SeriesCalcInfo value)
Sets the value of the 'Info
' containment reference.void
setKey(Value value)
Sets the value of the 'Key
' containment reference.void
setLine(ChartLine value)
Sets the value of the 'Line
' containment reference.void
setMarker(MarkerType value)
Sets the value of the 'Marker
' attribute.void
setShowGraphicalRepresentationOfDataInChartLegend(ShowInChartLegend value)
Sets the value of the 'Show Graphical Representation Of Data In Chart Legend
' attribute.void
setShowGraphicalRepresentationOfDataOnChart(ShowOnChart value)
Sets the value of the 'Show Graphical Representation Of Data On Chart
' attribute.void
setStackGroup(String value)
Sets the value of the 'Stack Group
' attribute.void
setStrIsChanged(boolean value)
Sets the value of the 'Str Is Changed
' attribute.void
setValInfo(Value value)
Sets the value of the 'Val Info
' containment reference.void
setValuesAxisUsage(UsedChartValuesAxis value)
Sets the value of the 'Values Axis Usage
' attribute.void
setValuesEditMode(ChartValuesEditMode value)
Sets the value of the 'Values Edit Mode
' attribute.void
setVisualType(ChartSeriesGraphicalRepresentationType value)
Sets the value of the 'Visual Type
' attribute.-
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getId
long getId()
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(long)
,ChartPackage.getSeriesProperties_Id()
-
setId
void setId(long value)
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
getId()
-
getValInfo
Value getValInfo()
Returns the value of the 'Val Info' containment reference.- Returns:
- the value of the 'Val Info' containment reference.
- See Also:
setValInfo(Value)
,ChartPackage.getSeriesProperties_ValInfo()
-
setValInfo
void setValInfo(Value value)
Sets the value of the 'Val Info
' containment reference.- Parameters:
value
- the new value of the 'Val Info' containment reference.- See Also:
getValInfo()
-
getColor
Color getColor()
Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
setColor(Color)
,ChartPackage.getSeriesProperties_Color()
-
setColor
void setColor(Color value)
Sets the value of the 'Color
' containment reference.- Parameters:
value
- the new value of the 'Color' containment reference.- See Also:
getColor()
-
getLine
ChartLine getLine()
Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
setLine(ChartLine)
,ChartPackage.getSeriesProperties_Line()
-
setLine
void setLine(ChartLine value)
Sets the value of the 'Line
' containment reference.- Parameters:
value
- the new value of the 'Line' containment reference.- See Also:
getLine()
-
getMarker
MarkerType getMarker()
Returns the value of the 'Marker' attribute. The literals are from the enumerationMarkerType
.- Returns:
- the value of the 'Marker' attribute.
- See Also:
MarkerType
,setMarker(MarkerType)
,ChartPackage.getSeriesProperties_Marker()
-
setMarker
void setMarker(MarkerType value)
Sets the value of the 'Marker
' attribute.- Parameters:
value
- the new value of the 'Marker' attribute.- See Also:
MarkerType
,getMarker()
-
getText
org.eclipse.emf.common.util.EMap<String,String> getText()
- Returns:
- the value of the 'Text' map.
- See Also:
ChartPackage.getSeriesProperties_Text()
-
isExpand
boolean isExpand()
Returns the value of the 'Expand' attribute.- Returns:
- the value of the 'Expand' attribute.
- See Also:
setExpand(boolean)
,ChartPackage.getSeriesProperties_Expand()
-
setExpand
void setExpand(boolean value)
Sets the value of the 'Expand
' attribute.- Parameters:
value
- the new value of the 'Expand' attribute.- See Also:
isExpand()
-
isIndicator
boolean isIndicator()
Returns the value of the 'Indicator' attribute.- Returns:
- the value of the 'Indicator' attribute.
- See Also:
setIndicator(boolean)
,ChartPackage.getSeriesProperties_Indicator()
-
setIndicator
void setIndicator(boolean value)
Sets the value of the 'Indicator
' attribute.- Parameters:
value
- the new value of the 'Indicator' attribute.- See Also:
isIndicator()
-
isStrIsChanged
boolean isStrIsChanged()
Returns the value of the 'Str Is Changed' attribute.- Returns:
- the value of the 'Str Is Changed' attribute.
- See Also:
setStrIsChanged(boolean)
,ChartPackage.getSeriesProperties_StrIsChanged()
-
setStrIsChanged
void setStrIsChanged(boolean value)
Sets the value of the 'Str Is Changed
' attribute.- Parameters:
value
- the new value of the 'Str Is Changed' attribute.- See Also:
isStrIsChanged()
-
getInfo
SeriesCalcInfo getInfo()
Returns the value of the 'Info' containment reference.- Returns:
- the value of the 'Info' containment reference.
- See Also:
setInfo(SeriesCalcInfo)
,ChartPackage.getSeriesProperties_Info()
-
setInfo
void setInfo(SeriesCalcInfo value)
Sets the value of the 'Info
' containment reference.- Parameters:
value
- the new value of the 'Info' containment reference.- See Also:
getInfo()
-
getKey
Value getKey()
Returns the value of the 'Key' containment reference.- Returns:
- the value of the 'Key' containment reference.
- See Also:
setKey(Value)
,ChartPackage.getSeriesProperties_Key()
-
setKey
void setKey(Value value)
Sets the value of the 'Key
' containment reference.- Parameters:
value
- the new value of the 'Key' containment reference.- See Also:
getKey()
-
isColorPriority
boolean isColorPriority()
Returns the value of the 'Color Priority' attribute.- Returns:
- the value of the 'Color Priority' attribute.
- See Also:
setColorPriority(boolean)
,ChartPackage.getSeriesProperties_ColorPriority()
-
setColorPriority
void setColorPriority(boolean value)
Sets the value of the 'Color Priority
' attribute.- Parameters:
value
- the new value of the 'Color Priority' attribute.- See Also:
isColorPriority()
-
getShowGraphicalRepresentationOfDataInChartLegend
ShowInChartLegend getShowGraphicalRepresentationOfDataInChartLegend()
Returns the value of the 'Show Graphical Representation Of Data In Chart Legend' attribute. The literals are from the enumerationShowInChartLegend
.- Returns:
- the value of the 'Show Graphical Representation Of Data In Chart Legend' attribute.
- See Also:
ShowInChartLegend
,setShowGraphicalRepresentationOfDataInChartLegend(ShowInChartLegend)
,ChartPackage.getSeriesProperties_ShowGraphicalRepresentationOfDataInChartLegend()
-
setShowGraphicalRepresentationOfDataInChartLegend
void setShowGraphicalRepresentationOfDataInChartLegend(ShowInChartLegend value)
Sets the value of the 'Show Graphical Representation Of Data In Chart Legend
' attribute.- Parameters:
value
- the new value of the 'Show Graphical Representation Of Data In Chart Legend' attribute.- See Also:
ShowInChartLegend
,getShowGraphicalRepresentationOfDataInChartLegend()
-
getShowGraphicalRepresentationOfDataOnChart
ShowOnChart getShowGraphicalRepresentationOfDataOnChart()
Returns the value of the 'Show Graphical Representation Of Data On Chart' attribute. The literals are from the enumerationShowOnChart
.- Returns:
- the value of the 'Show Graphical Representation Of Data On Chart' attribute.
- See Also:
ShowOnChart
,setShowGraphicalRepresentationOfDataOnChart(ShowOnChart)
,ChartPackage.getSeriesProperties_ShowGraphicalRepresentationOfDataOnChart()
-
setShowGraphicalRepresentationOfDataOnChart
void setShowGraphicalRepresentationOfDataOnChart(ShowOnChart value)
Sets the value of the 'Show Graphical Representation Of Data On Chart
' attribute.- Parameters:
value
- the new value of the 'Show Graphical Representation Of Data On Chart' attribute.- See Also:
ShowOnChart
,getShowGraphicalRepresentationOfDataOnChart()
-
getVisualType
ChartSeriesGraphicalRepresentationType getVisualType()
Returns the value of the 'Visual Type' attribute. The literals are from the enumerationChartSeriesGraphicalRepresentationType
.- Returns:
- the value of the 'Visual Type' attribute.
- See Also:
ChartSeriesGraphicalRepresentationType
,setVisualType(ChartSeriesGraphicalRepresentationType)
,ChartPackage.getSeriesProperties_VisualType()
-
setVisualType
void setVisualType(ChartSeriesGraphicalRepresentationType value)
Sets the value of the 'Visual Type
' attribute.- Parameters:
value
- the new value of the 'Visual Type' attribute.- See Also:
ChartSeriesGraphicalRepresentationType
,getVisualType()
-
getAddType
ChartSeriesStackType getAddType()
Returns the value of the 'Add Type' attribute. The literals are from the enumerationChartSeriesStackType
.- Returns:
- the value of the 'Add Type' attribute.
- See Also:
ChartSeriesStackType
,setAddType(ChartSeriesStackType)
,ChartPackage.getSeriesProperties_AddType()
-
setAddType
void setAddType(ChartSeriesStackType value)
Sets the value of the 'Add Type
' attribute.- Parameters:
value
- the new value of the 'Add Type' attribute.- See Also:
ChartSeriesStackType
,getAddType()
-
getValuesAxisUsage
UsedChartValuesAxis getValuesAxisUsage()
Returns the value of the 'Values Axis Usage' attribute. The literals are from the enumerationUsedChartValuesAxis
.- Returns:
- the value of the 'Values Axis Usage' attribute.
- See Also:
UsedChartValuesAxis
,setValuesAxisUsage(UsedChartValuesAxis)
,ChartPackage.getSeriesProperties_ValuesAxisUsage()
-
setValuesAxisUsage
void setValuesAxisUsage(UsedChartValuesAxis value)
Sets the value of the 'Values Axis Usage
' attribute.- Parameters:
value
- the new value of the 'Values Axis Usage' attribute.- See Also:
UsedChartValuesAxis
,getValuesAxisUsage()
-
getStackGroup
String getStackGroup()
Returns the value of the 'Stack Group' attribute.- Returns:
- the value of the 'Stack Group' attribute.
- See Also:
setStackGroup(String)
,ChartPackage.getSeriesProperties_StackGroup()
-
setStackGroup
void setStackGroup(String value)
Sets the value of the 'Stack Group
' attribute.- Parameters:
value
- the new value of the 'Stack Group' attribute.- See Also:
getStackGroup()
-
getValueLabelFormat
org.eclipse.emf.common.util.EMap<String,String> getValueLabelFormat()
Returns the value of the 'Value Label Format' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Value Label Format' map.
- See Also:
ChartPackage.getSeriesProperties_ValueLabelFormat()
-
getPercentLabelFormat
org.eclipse.emf.common.util.EMap<String,String> getPercentLabelFormat()
Returns the value of the 'Percent Label Format' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Percent Label Format' map.
- See Also:
ChartPackage.getSeriesProperties_PercentLabelFormat()
-
getDataTableLabelFormat
org.eclipse.emf.common.util.EMap<String,String> getDataTableLabelFormat()
Returns the value of the 'Data Table Label Format' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Data Table Label Format' map.
- See Also:
ChartPackage.getSeriesProperties_DataTableLabelFormat()
-
getValuesEditMode
ChartValuesEditMode getValuesEditMode()
Returns the value of the 'Values Edit Mode' attribute. The literals are from the enumerationChartValuesEditMode
.- Returns:
- the value of the 'Values Edit Mode' attribute.
- See Also:
ChartValuesEditMode
,setValuesEditMode(ChartValuesEditMode)
,ChartPackage.getSeriesProperties_ValuesEditMode()
-
setValuesEditMode
void setValuesEditMode(ChartValuesEditMode value)
Sets the value of the 'Values Edit Mode
' attribute.- Parameters:
value
- the new value of the 'Values Edit Mode' attribute.- See Also:
ChartValuesEditMode
,getValuesEditMode()
-
-