Interface TrendlineGridItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IGridItem,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TrendlineGridItemImpl
A representation of the model object 'Trendline Grid Item'.
The trendline grid item
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Column1' attribute.Returns the value of the 'Column2' attribute.Returns the value of the 'Column3' attribute.Returns the value of the 'Column4' attribute.getText(GridColumnViewModel column) booleanisChecked(GridColumnViewModel column) booleanReturns the value of the 'Column5' attribute.voidsetColumn1(String value) Sets the value of the 'Column1' attribute.voidsetColumn2(String value) Sets the value of the 'Column2' attribute.voidsetColumn3(String value) Sets the value of the 'Column3' attribute.voidsetColumn4(String value) Sets the value of the 'Column4' attribute.voidsetColumn5(boolean value) Sets the value of the 'Column5' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getColumn1
String getColumn1()Returns the value of the 'Column1' attribute. The grid's 1st column value. Can be a string representation of 'approximation type' or 'approximation degree' value of trendline, depending on context.- Returns:
- the value of the 'Column1' attribute.
- See Also:
-
setColumn1
Sets the value of the 'Column1' attribute.- Parameters:
value- the new value of the 'Column1' attribute.- See Also:
-
getColumn2
String getColumn2()Returns the value of the 'Column2' attribute. The grid's 2nd column value. Can be a string representation of 'factor' or 'stock chart used point value' value of trendline, depending on context.- Returns:
- the value of the 'Column2' attribute.
- See Also:
-
setColumn2
Sets the value of the 'Column2' attribute.- Parameters:
value- the new value of the 'Column2' attribute.- See Also:
-
getColumn3
String getColumn3()Returns the value of the 'Column3' attribute. The grid's 3rd column value. Can be a string representation of 'color' or 'marker' or 'line style' value of trendline, depending on context.- Returns:
- the value of the 'Column3' attribute.
- See Also:
-
setColumn3
Sets the value of the 'Column3' attribute.- Parameters:
value- the new value of the 'Column3' attribute.- See Also:
-
getColumn4
String getColumn4()Returns the value of the 'Column4' attribute. The grid's 4th column value. Can be a string representation of 'text' or 'equation area' value of trendline, depending on context.- Returns:
- the value of the 'Column4' attribute.
- See Also:
-
setColumn4
Sets the value of the 'Column4' attribute.- Parameters:
value- the new value of the 'Column4' attribute.- See Also:
-
isColumn5
boolean isColumn5()Returns the value of the 'Column5' attribute. The grid's 5th column value. Can be a boolean representation of 'show in legend' or 'show equation' or 'show determination factor' value of trendline, depending on context.- Returns:
- the value of the 'Column5' attribute.
- See Also:
-
setColumn5
void setColumn5(boolean value) Sets the value of the 'Column5' attribute.- Parameters:
value- the new value of the 'Column5' attribute.- See Also:
-
getText
-
isChecked
-