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
public interface PointProperties extends IBmObject
A representation of the model object 'Point Properties'.The following features are supported:
- See Also:
ChartPackage.getPointProperties()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getColor()
Returns the value of the 'Color' containment reference.double
getDoubleAdd()
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
getIntAdd()
Returns the value of the 'Int Add' attribute.Value
getKey()
Returns the value of the 'Key' containment reference.ChartLine
getLine()
Returns the value of the 'Line' containment reference.MarkerType
getMarker()
Returns the value of the 'Marker' attribute.org.eclipse.emf.common.util.EMap<String,String>
getText()
Returns the value of the 'Text' map.Value
getValInfo()
Returns the value of the 'Val Info' containment reference.boolean
isColorPriority()
Returns the value of the 'Color Priority' attribute.boolean
isExpand()
Returns the value of the 'Expand' attribute.boolean
isIndicator()
Returns the value of the 'Indicator' attribute.boolean
isStrIsChanged()
Returns the value of the 'Str Is Changed' attribute.void
setColor(Color value)
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
setKey(Value value)
Sets the value of the 'Key
' containment reference.void
setLine(ChartLine value)
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getId
long getId()
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(long)
,ChartPackage.getPointProperties_Id()
-
setId
void setId(long value)
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
getId()
-
getValInfo
Value getValInfo()
Returns the value of the 'Val Info' containment reference.- Returns:
- the value of the 'Val Info' containment reference.
- See Also:
setValInfo(Value)
,ChartPackage.getPointProperties_ValInfo()
-
setValInfo
void setValInfo(Value value)
Sets the value of the 'Val Info
' containment reference.- Parameters:
value
- the new value of the 'Val Info' containment reference.- See Also:
getValInfo()
-
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:
MarkerType
,setMarker(MarkerType)
,ChartPackage.getPointProperties_Marker()
-
setMarker
void setMarker(MarkerType value)
Sets the value of the 'Marker
' attribute.- Parameters:
value
- the new value of the 'Marker' attribute.- See Also:
MarkerType
,getMarker()
-
getText
org.eclipse.emf.common.util.EMap<String,String> getText()
- Returns:
- the value of the 'Text' map.
- See Also:
ChartPackage.getPointProperties_Text()
-
isStrIsChanged
boolean isStrIsChanged()
Returns the value of the 'Str Is Changed' attribute.- Returns:
- the value of the 'Str Is Changed' attribute.
- See Also:
setStrIsChanged(boolean)
,ChartPackage.getPointProperties_StrIsChanged()
-
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:
isStrIsChanged()
-
getColor
Color getColor()
Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
setColor(Color)
,ChartPackage.getPointProperties_Color()
-
setColor
void setColor(Color value)
Sets the value of the 'Color
' containment reference.- Parameters:
value
- the new value of the 'Color' containment reference.- See Also:
getColor()
-
getLine
ChartLine getLine()
Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
setLine(ChartLine)
,ChartPackage.getPointProperties_Line()
-
setLine
void setLine(ChartLine value)
Sets the value of the 'Line
' containment reference.- Parameters:
value
- the new value of the 'Line' containment reference.- See Also:
getLine()
-
isExpand
boolean isExpand()
Returns the value of the 'Expand' attribute.- Returns:
- the value of the 'Expand' attribute.
- See Also:
setExpand(boolean)
,ChartPackage.getPointProperties_Expand()
-
setExpand
void setExpand(boolean value)
Sets the value of the 'Expand
' attribute.- Parameters:
value
- the new value of the 'Expand' attribute.- See Also:
isExpand()
-
isIndicator
boolean isIndicator()
Returns the value of the 'Indicator' attribute.- Returns:
- the value of the 'Indicator' attribute.
- See Also:
setIndicator(boolean)
,ChartPackage.getPointProperties_Indicator()
-
setIndicator
void setIndicator(boolean value)
Sets the value of the 'Indicator
' attribute.- Parameters:
value
- the new value of the 'Indicator' attribute.- See Also:
isIndicator()
-
getIntAdd
int getIntAdd()
Returns the value of the 'Int Add' attribute.- Returns:
- the value of the 'Int Add' attribute.
- See Also:
setIntAdd(int)
,ChartPackage.getPointProperties_IntAdd()
-
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:
getIntAdd()
-
getDoubleAdd
double getDoubleAdd()
Returns the value of the 'Double Add' attribute.- Returns:
- the value of the 'Double Add' attribute.
- See Also:
setDoubleAdd(double)
,ChartPackage.getPointProperties_DoubleAdd()
-
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:
getDoubleAdd()
-
getEndX
int getEndX()
Returns the value of the 'End X' attribute.- Returns:
- the value of the 'End X' attribute.
- See Also:
setEndX(int)
,ChartPackage.getPointProperties_EndX()
-
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:
getEndX()
-
getKey
Value getKey()
Returns the value of the 'Key' containment reference.- Returns:
- the value of the 'Key' containment reference.
- See Also:
setKey(Value)
,ChartPackage.getPointProperties_Key()
-
setKey
void setKey(Value value)
Sets the value of the 'Key
' containment reference.- Parameters:
value
- the new value of the 'Key' containment reference.- See Also:
getKey()
-
isColorPriority
boolean isColorPriority()
Returns the value of the 'Color Priority' attribute.- Returns:
- the value of the 'Color Priority' attribute.
- See Also:
setColorPriority(boolean)
,ChartPackage.getPointProperties_ColorPriority()
-
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:
isColorPriority()
-
-