Package com._1c.g5.v8.dt.chart.model
Interface PointProperties
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PointPropertiesImpl
A representation of the model object 'Point Properties'.
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 TypeMethodDescriptiongetColor()
Returns the value of the 'Color' containment reference.double
Returns the value of the 'Double Add' attribute.int
getEndX()
Returns the value of the 'End X' attribute.long
getId()
Returns the value of the 'Id' attribute.int
Returns the value of the 'Int Add' attribute.getKey()
Returns the value of the 'Key' containment reference.getLine()
Returns the value of the 'Line' containment reference.Returns the value of the 'Marker' attribute.getText()
Returns the value of the 'Text' map.Returns the value of the 'Val Info' containment reference.boolean
Returns the value of the 'Color Priority' attribute.boolean
isExpand()
Returns the value of the 'Expand' attribute.boolean
Returns the value of the 'Indicator' attribute.boolean
Returns the value of the 'Str Is Changed' attribute.void
Sets the value of the 'Color
' containment reference.void
setColorPriority
(boolean value) Sets the value of the 'Color Priority
' attribute.void
setDoubleAdd
(double value) Sets the value of the 'Double Add
' attribute.void
setEndX
(int value) Sets the value of the 'End X
' attribute.void
setExpand
(boolean value) Sets the value of the 'Expand
' attribute.void
setId
(long value) Sets the value of the 'Id
' attribute.void
setIndicator
(boolean value) Sets the value of the 'Indicator
' attribute.void
setIntAdd
(int value) Sets the value of the 'Int Add
' attribute.void
Sets the value of the 'Key
' containment reference.void
Sets the value of the 'Line
' containment reference.void
setMarker
(MarkerType value) Sets the value of the 'Marker
' attribute.void
setStrIsChanged
(boolean value) Sets the value of the 'Str Is Changed
' attribute.void
setValInfo
(Value value) Sets the value of the 'Val Info
' 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
-
getId
long getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
void setId(long value) Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
-
getValInfo
Value getValInfo()Returns the value of the 'Val Info' containment reference.- Returns:
- the value of the 'Val Info' containment reference.
- See Also:
-
setValInfo
Sets the value of the 'Val Info
' containment reference.- Parameters:
value
- the new value of the 'Val Info' containment reference.- See Also:
-
getMarker
MarkerType getMarker()Returns the value of the 'Marker' attribute. The literals are from the enumerationMarkerType
.- Returns:
- the value of the 'Marker' attribute.
- See Also:
-
setMarker
Sets the value of the 'Marker
' attribute.- Parameters:
value
- the new value of the 'Marker' attribute.- See Also:
-
getText
- Returns:
- the value of the 'Text' map.
- See Also:
-
isStrIsChanged
boolean isStrIsChanged()Returns the value of the 'Str Is Changed' attribute.- Returns:
- the value of the 'Str Is Changed' attribute.
- See Also:
-
setStrIsChanged
void setStrIsChanged(boolean value) Sets the value of the 'Str Is Changed
' attribute.- Parameters:
value
- the new value of the 'Str Is Changed' attribute.- See Also:
-
getColor
Color getColor()Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
-
setColor
Sets the value of the 'Color
' containment reference.- Parameters:
value
- the new value of the 'Color' containment reference.- See Also:
-
getLine
ChartLine getLine()Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
-
setLine
Sets the value of the 'Line
' containment reference.- Parameters:
value
- the new value of the 'Line' containment reference.- See Also:
-
isExpand
boolean isExpand()Returns the value of the 'Expand' attribute.- Returns:
- the value of the 'Expand' attribute.
- See Also:
-
setExpand
void setExpand(boolean value) Sets the value of the 'Expand
' attribute.- Parameters:
value
- the new value of the 'Expand' attribute.- See Also:
-
isIndicator
boolean isIndicator()Returns the value of the 'Indicator' attribute.- Returns:
- the value of the 'Indicator' attribute.
- See Also:
-
setIndicator
void setIndicator(boolean value) Sets the value of the 'Indicator
' attribute.- Parameters:
value
- the new value of the 'Indicator' attribute.- See Also:
-
getIntAdd
int getIntAdd()Returns the value of the 'Int Add' attribute.- Returns:
- the value of the 'Int Add' attribute.
- See Also:
-
setIntAdd
void setIntAdd(int value) Sets the value of the 'Int Add
' attribute.- Parameters:
value
- the new value of the 'Int Add' attribute.- See Also:
-
getDoubleAdd
double getDoubleAdd()Returns the value of the 'Double Add' attribute.- Returns:
- the value of the 'Double Add' attribute.
- See Also:
-
setDoubleAdd
void setDoubleAdd(double value) Sets the value of the 'Double Add
' attribute.- Parameters:
value
- the new value of the 'Double Add' attribute.- See Also:
-
getEndX
int getEndX()Returns the value of the 'End X' attribute.- Returns:
- the value of the 'End X' attribute.
- See Also:
-
setEndX
void setEndX(int value) Sets the value of the 'End X
' attribute.- Parameters:
value
- the new value of the 'End X' attribute.- See Also:
-
getKey
Value getKey()Returns the value of the 'Key' containment reference.- Returns:
- the value of the 'Key' containment reference.
- See Also:
-
setKey
Sets the value of the 'Key
' containment reference.- Parameters:
value
- the new value of the 'Key' containment reference.- See Also:
-
isColorPriority
boolean isColorPriority()Returns the value of the 'Color Priority' attribute.- Returns:
- the value of the 'Color Priority' attribute.
- See Also:
-
setColorPriority
void setColorPriority(boolean value) Sets the value of the 'Color Priority
' attribute.- Parameters:
value
- the new value of the 'Color Priority' attribute.- See Also:
-