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 StringgetDisplayedName()SeriesValuesDrawingModegetDrawingMode()Returns the value of the 'Drawing Mode' attribute.ColorgetFigureBaseColor()Returns the value of the 'Figure Base Color' containment reference.StringgetFormat()Returns the value of the 'Format' attribute.StringgetGroup()Returns the value of the 'Group' attribute.doublegetMaxValue()Returns the value of the 'Max Value' attribute.doublegetMinValue()Returns the value of the 'Min Value' attribute.StringgetName()Returns the value of the 'Name' attribute.intgetObjectID()Returns the value of the 'Object ID' attribute.LayerSeriesShowModegetShowMode()Returns the value of the 'Show Mode' attribute.StringgetText()Returns the value of the 'Text' attribute.intgetTextAngle()Returns the value of the 'Text Angle' attribute.ColorgetTextColor()Returns the value of the 'Text Color' containment reference.FontgetTextFont()Returns the value of the 'Text Font' containment reference.ValuegetValue()Returns the value of the 'Value' containment reference.voidsetDrawingMode(SeriesValuesDrawingMode value)Sets the value of the 'Drawing Mode' attribute.voidsetFigureBaseColor(Color value)Sets the value of the 'Figure Base Color' containment reference.voidsetFormat(String value)Sets the value of the 'Format' attribute.voidsetGroup(String value)Sets the value of the 'Group' attribute.voidsetMaxValue(double value)Sets the value of the 'Max Value' attribute.voidsetMinValue(double value)Sets the value of the 'Min Value' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetObjectID(int value)Sets the value of the 'Object ID' attribute.voidsetShowMode(LayerSeriesShowMode value)Sets the value of the 'Show Mode' attribute.voidsetText(String value)Sets the value of the 'Text' attribute.voidsetTextAngle(int value)Sets the value of the 'Text Angle' attribute.voidsetTextColor(Color value)Sets the value of the 'Text Color' containment reference.voidsetTextFont(Font value)Sets the value of the 'Text Font' containment reference.voidsetValue(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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
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()
-
-