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.doubleReturns the value of the 'Double Add' attribute.intgetEndX()Returns the value of the 'End X' attribute.longgetId()Returns the value of the 'Id' attribute.intReturns 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.booleanReturns the value of the 'Color Priority' attribute.booleanisExpand()Returns the value of the 'Expand' attribute.booleanReturns the value of the 'Indicator' attribute.booleanReturns the value of the 'Str Is Changed' attribute.voidSets the value of the 'Color' containment reference.voidsetColorPriority(boolean value) Sets the value of the 'Color Priority' attribute.voidsetDoubleAdd(double value) Sets the value of the 'Double Add' attribute.voidsetEndX(int value) Sets the value of the 'End X' attribute.voidsetExpand(boolean value) Sets the value of the 'Expand' attribute.voidsetId(long value) Sets the value of the 'Id' attribute.voidsetIndicator(boolean value) Sets the value of the 'Indicator' attribute.voidsetIntAdd(int value) Sets the value of the 'Int Add' attribute.voidSets the value of the 'Key' containment reference.voidSets the value of the 'Line' containment reference.voidsetMarker(MarkerType value) Sets the value of the 'Marker' attribute.voidsetStrIsChanged(boolean value) Sets the value of the 'Str Is Changed' attribute.voidsetValInfo(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, eUnsetMethods 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, bmSetPropertyMethods 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:
-