Interface TimeScaleLabel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TimeScaleLabelImpl
A representation of the model object 'Label'.
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 TypeMethodDescriptiongetKey()
Returns the value of the 'Key' attribute.Returns the value of the 'Line 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 'Text Formatted' attribute.void
Sets the value of the 'Key
' attribute.void
setLineColor
(Color value) Sets the value of the 'Line Color
' containment reference.void
setTextColor
(Color value) Sets the value of the 'Text Color
' containment reference.void
setTextFormatted
(boolean value) Sets the value of the 'Text Formatted
' 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, 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
-
getKey
Date getKey()Returns the value of the 'Key' attribute.- Returns:
- the value of the 'Key' attribute.
- See Also:
-
setKey
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:
-
getLineColor
Color getLineColor()Returns the value of the 'Line Color' containment reference.- Returns:
- the value of the 'Line Color' containment reference.
- See Also:
-
setLineColor
Sets the value of the 'Line Color
' containment reference.- Parameters:
value
- the new value of the 'Line 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:
-
isTextFormatted
boolean isTextFormatted()Returns the value of the 'Text Formatted' attribute.- Returns:
- the value of the 'Text Formatted' attribute.
- See Also:
-
setTextFormatted
void setTextFormatted(boolean value) Sets the value of the 'Text Formatted
' attribute.- Parameters:
value
- the new value of the 'Text Formatted' attribute.- See Also:
-