Interface DataSeriesItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataSeriesItemImpl
public interface DataSeriesItem extends IBmObject
A representation of the model object 'Data Series Item'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayedName()
SeriesValuesDrawingMode
getDrawingMode()
Returns the value of the 'Drawing Mode' attribute.Color
getFigureBaseColor()
Returns the value of the 'Figure Base Color' containment reference.String
getFormat()
Returns the value of the 'Format' attribute.String
getGroup()
Returns the value of the 'Group' attribute.double
getMaxValue()
Returns the value of the 'Max Value' attribute.double
getMinValue()
Returns the value of the 'Min Value' attribute.String
getName()
Returns the value of the 'Name' attribute.int
getObjectID()
Returns the value of the 'Object ID' attribute.LayerSeriesShowMode
getShowMode()
Returns the value of the 'Show Mode' attribute.String
getText()
Returns the value of the 'Text' attribute.int
getTextAngle()
Returns the value of the 'Text Angle' attribute.Color
getTextColor()
Returns the value of the 'Text Color' containment reference.Font
getTextFont()
Returns the value of the 'Text Font' containment reference.Value
getValue()
Returns the value of the 'Value' containment reference.void
setDrawingMode(SeriesValuesDrawingMode value)
Sets the value of the 'Drawing Mode
' attribute.void
setFigureBaseColor(Color value)
Sets the value of the 'Figure Base Color
' containment reference.void
setFormat(String value)
Sets the value of the 'Format
' attribute.void
setGroup(String value)
Sets the value of the 'Group
' attribute.void
setMaxValue(double value)
Sets the value of the 'Max Value
' attribute.void
setMinValue(double value)
Sets the value of the 'Min Value
' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setObjectID(int value)
Sets the value of the 'Object ID
' attribute.void
setShowMode(LayerSeriesShowMode value)
Sets the value of the 'Show Mode
' attribute.void
setText(String value)
Sets the value of the 'Text
' attribute.void
setTextAngle(int value)
Sets the value of the 'Text Angle
' attribute.void
setTextColor(Color value)
Sets the value of the 'Text Color
' containment reference.void
setTextFont(Font value)
Sets the value of the 'Text Font
' containment reference.void
setValue(Value value)
Sets the value of the 'Value
' containment reference.-
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
-
getObjectID
int getObjectID()
Returns the value of the 'Object ID' attribute.- Returns:
- the value of the 'Object ID' attribute.
- See Also:
setObjectID(int)
,GeographicalSchemaPackage.getDataSeriesItem_ObjectID()
-
setObjectID
void setObjectID(int value)
Sets the value of the 'Object ID
' attribute.- Parameters:
value
- the new value of the 'Object ID' attribute.- See Also:
getObjectID()
-
getFigureBaseColor
Color getFigureBaseColor()
Returns the value of the 'Figure Base Color' containment reference.- Returns:
- the value of the 'Figure Base Color' containment reference.
- See Also:
setFigureBaseColor(Color)
,GeographicalSchemaPackage.getDataSeriesItem_FigureBaseColor()
-
setFigureBaseColor
void setFigureBaseColor(Color value)
Sets the value of the 'Figure Base Color
' containment reference.- Parameters:
value
- the new value of the 'Figure Base Color' containment reference.- See Also:
getFigureBaseColor()
-
getTextColor
Color getTextColor()
Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
setTextColor(Color)
,GeographicalSchemaPackage.getDataSeriesItem_TextColor()
-
setTextColor
void setTextColor(Color value)
Sets the value of the 'Text Color
' containment reference.- Parameters:
value
- the new value of the 'Text Color' containment reference.- See Also:
getTextColor()
-
getTextFont
Font getTextFont()
Returns the value of the 'Text Font' containment reference.- Returns:
- the value of the 'Text Font' containment reference.
- See Also:
setTextFont(Font)
,GeographicalSchemaPackage.getDataSeriesItem_TextFont()
-
setTextFont
void setTextFont(Font value)
Sets the value of the 'Text Font
' containment reference.- Parameters:
value
- the new value of the 'Text Font' containment reference.- See Also:
getTextFont()
-
getValue
Value getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Value)
,GeographicalSchemaPackage.getDataSeriesItem_Value()
-
setValue
void setValue(Value value)
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
getValue()
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,GeographicalSchemaPackage.getDataSeriesItem_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getText
String getText()
Returns the value of the 'Text' attribute.- Returns:
- the value of the 'Text' attribute.
- See Also:
setText(String)
,GeographicalSchemaPackage.getDataSeriesItem_Text()
-
setText
void setText(String value)
Sets the value of the 'Text
' attribute.- Parameters:
value
- the new value of the 'Text' attribute.- See Also:
getText()
-
getFormat
String getFormat()
Returns the value of the 'Format' attribute.- Returns:
- the value of the 'Format' attribute.
- See Also:
setFormat(String)
,GeographicalSchemaPackage.getDataSeriesItem_Format()
-
setFormat
void setFormat(String value)
Sets the value of the 'Format
' attribute.- Parameters:
value
- the new value of the 'Format' attribute.- See Also:
getFormat()
-
getShowMode
LayerSeriesShowMode getShowMode()
Returns the value of the 'Show Mode' attribute. The literals are from the enumerationLayerSeriesShowMode
.- Returns:
- the value of the 'Show Mode' attribute.
- See Also:
LayerSeriesShowMode
,setShowMode(LayerSeriesShowMode)
,GeographicalSchemaPackage.getDataSeriesItem_ShowMode()
-
setShowMode
void setShowMode(LayerSeriesShowMode value)
Sets the value of the 'Show Mode
' attribute.- Parameters:
value
- the new value of the 'Show Mode' attribute.- See Also:
LayerSeriesShowMode
,getShowMode()
-
getGroup
String getGroup()
Returns the value of the 'Group' attribute.- Returns:
- the value of the 'Group' attribute.
- See Also:
setGroup(String)
,GeographicalSchemaPackage.getDataSeriesItem_Group()
-
setGroup
void setGroup(String value)
Sets the value of the 'Group
' attribute.- Parameters:
value
- the new value of the 'Group' attribute.- See Also:
getGroup()
-
getTextAngle
int getTextAngle()
Returns the value of the 'Text Angle' attribute.- Returns:
- the value of the 'Text Angle' attribute.
- See Also:
setTextAngle(int)
,GeographicalSchemaPackage.getDataSeriesItem_TextAngle()
-
setTextAngle
void setTextAngle(int value)
Sets the value of the 'Text Angle
' attribute.- Parameters:
value
- the new value of the 'Text Angle' attribute.- See Also:
getTextAngle()
-
getDrawingMode
SeriesValuesDrawingMode getDrawingMode()
Returns the value of the 'Drawing Mode' attribute. The literals are from the enumerationSeriesValuesDrawingMode
.- Returns:
- the value of the 'Drawing Mode' attribute.
- See Also:
SeriesValuesDrawingMode
,setDrawingMode(SeriesValuesDrawingMode)
,GeographicalSchemaPackage.getDataSeriesItem_DrawingMode()
-
setDrawingMode
void setDrawingMode(SeriesValuesDrawingMode value)
Sets the value of the 'Drawing Mode
' attribute.- Parameters:
value
- the new value of the 'Drawing Mode' attribute.- See Also:
SeriesValuesDrawingMode
,getDrawingMode()
-
getMinValue
double getMinValue()
Returns the value of the 'Min Value' attribute.- Returns:
- the value of the 'Min Value' attribute.
- See Also:
setMinValue(double)
,GeographicalSchemaPackage.getDataSeriesItem_MinValue()
-
setMinValue
void setMinValue(double value)
Sets the value of the 'Min Value
' attribute.- Parameters:
value
- the new value of the 'Min Value' attribute.- See Also:
getMinValue()
-
getMaxValue
double getMaxValue()
Returns the value of the 'Max Value' attribute.- Returns:
- the value of the 'Max Value' attribute.
- See Also:
setMaxValue(double)
,GeographicalSchemaPackage.getDataSeriesItem_MaxValue()
-
setMaxValue
void setMaxValue(double value)
Sets the value of the 'Max Value
' attribute.- Parameters:
value
- the new value of the 'Max Value' attribute.- See Also:
getMaxValue()
-
getDisplayedName
String getDisplayedName()
-
-