Interface ChartValue
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChartValueImpl
A representation of the model object 'Chart Value'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Back Color' containment reference.int
Returns the value of the 'Item Key' attribute.int
getKey()
Returns the value of the 'Key' attribute.Returns the value of the 'Main Color' containment reference.Returns the value of the 'Second Color' containment reference.getText()
Returns the value of the 'Text' map.Returns the value of the 'Text Color' containment reference.boolean
Returns the value of the 'Edit Flag' attribute.void
setBackColor
(Color value) Sets the value of the 'Back Color
' containment reference.void
setEditFlag
(boolean value) Sets the value of the 'Edit Flag
' attribute.void
setItemKey
(int value) Sets the value of the 'Item Key
' attribute.void
setKey
(int value) Sets the value of the 'Key
' attribute.void
setMainColor
(Color value) Sets the value of the 'Main Color
' containment reference.void
setSecondColor
(Color value) Sets the value of the 'Second Color
' containment reference.void
setTextColor
(Color value) Sets the value of the 'Text Color
' 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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getItemKey
int getItemKey()Returns the value of the 'Item Key' attribute.- Returns:
- the value of the 'Item Key' attribute.
- See Also:
-
setItemKey
void setItemKey(int value) Sets the value of the 'Item Key
' attribute.- Parameters:
value
- the new value of the 'Item Key' attribute.- See Also:
-
getKey
int getKey()Returns the value of the 'Key' attribute.- Returns:
- the value of the 'Key' attribute.
- See Also:
-
setKey
void setKey(int value) Sets the value of the 'Key
' attribute.- Parameters:
value
- the new value of the 'Key' attribute.- See Also:
-
getText
- Returns:
- the value of the 'Text' map.
- See Also:
-
isEditFlag
boolean isEditFlag()Returns the value of the 'Edit Flag' attribute.- Returns:
- the value of the 'Edit Flag' attribute.
- See Also:
-
setEditFlag
void setEditFlag(boolean value) Sets the value of the 'Edit Flag
' attribute.- Parameters:
value
- the new value of the 'Edit Flag' attribute.- See Also:
-
getBackColor
Color getBackColor()Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
-
setBackColor
Sets the value of the 'Back Color
' containment reference.- Parameters:
value
- the new value of the 'Back Color' containment reference.- See Also:
-
getTextColor
Color getTextColor()Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
-
setTextColor
Sets the value of the 'Text Color
' containment reference.- Parameters:
value
- the new value of the 'Text Color' containment reference.- See Also:
-
getMainColor
Color getMainColor()Returns the value of the 'Main Color' containment reference.- Returns:
- the value of the 'Main Color' containment reference.
- See Also:
-
setMainColor
Sets the value of the 'Main Color
' containment reference.- Parameters:
value
- the new value of the 'Main Color' containment reference.- See Also:
-
getSecondColor
Color getSecondColor()Returns the value of the 'Second Color' containment reference.- Returns:
- the value of the 'Second Color' containment reference.
- See Also:
-
setSecondColor
Sets the value of the 'Second Color
' containment reference.- Parameters:
value
- the new value of the 'Second Color' containment reference.- See Also:
-