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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetColor()Returns the value of the 'Color' containment reference.doublegetDoubleAdd()Returns the value of the 'Double Add' attribute.intgetEndX()Returns the value of the 'End X' attribute.longgetId()Returns the value of the 'Id' attribute.intgetIntAdd()Returns the value of the 'Int Add' attribute.ValuegetKey()Returns the value of the 'Key' containment reference.ChartLinegetLine()Returns the value of the 'Line' containment reference.MarkerTypegetMarker()Returns the value of the 'Marker' attribute.org.eclipse.emf.common.util.EMap<String,String>getText()Returns the value of the 'Text' map.ValuegetValInfo()Returns the value of the 'Val Info' containment reference.booleanisColorPriority()Returns the value of the 'Color Priority' attribute.booleanisExpand()Returns the value of the 'Expand' attribute.booleanisIndicator()Returns the value of the 'Indicator' attribute.booleanisStrIsChanged()Returns the value of the 'Str Is Changed' attribute.voidsetColor(Color value)Sets 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.voidsetKey(Value value)Sets the value of the 'Key' containment reference.voidsetLine(ChartLine value)Sets 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.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getIdlong getId() Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
- setId(long),- ChartPackage.getPointProperties_Id()
 
 - 
setIdvoid setId(long value) Sets the value of the 'Id' attribute.- Parameters:
- value- the new value of the 'Id' attribute.
- See Also:
- getId()
 
 - 
getValInfoValue 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()
 
 - 
setValInfovoid 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()
 
 - 
getMarkerMarkerType 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()
 
 - 
setMarkervoid setMarker(MarkerType value) Sets the value of the 'Marker' attribute.- Parameters:
- value- the new value of the 'Marker' attribute.
- See Also:
- MarkerType,- getMarker()
 
 - 
getTextorg.eclipse.emf.common.util.EMap<String,String> getText() - Returns:
- the value of the 'Text' map.
- See Also:
- ChartPackage.getPointProperties_Text()
 
 - 
isStrIsChangedboolean 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()
 
 - 
setStrIsChangedvoid 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()
 
 - 
getColorColor getColor() Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
- setColor(Color),- ChartPackage.getPointProperties_Color()
 
 - 
setColorvoid setColor(Color value) Sets the value of the 'Color' containment reference.- Parameters:
- value- the new value of the 'Color' containment reference.
- See Also:
- getColor()
 
 - 
getLineChartLine getLine() Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
- setLine(ChartLine),- ChartPackage.getPointProperties_Line()
 
 - 
setLinevoid setLine(ChartLine value) Sets the value of the 'Line' containment reference.- Parameters:
- value- the new value of the 'Line' containment reference.
- See Also:
- getLine()
 
 - 
isExpandboolean isExpand() Returns the value of the 'Expand' attribute.- Returns:
- the value of the 'Expand' attribute.
- See Also:
- setExpand(boolean),- ChartPackage.getPointProperties_Expand()
 
 - 
setExpandvoid setExpand(boolean value) Sets the value of the 'Expand' attribute.- Parameters:
- value- the new value of the 'Expand' attribute.
- See Also:
- isExpand()
 
 - 
isIndicatorboolean isIndicator() Returns the value of the 'Indicator' attribute.- Returns:
- the value of the 'Indicator' attribute.
- See Also:
- setIndicator(boolean),- ChartPackage.getPointProperties_Indicator()
 
 - 
setIndicatorvoid setIndicator(boolean value) Sets the value of the 'Indicator' attribute.- Parameters:
- value- the new value of the 'Indicator' attribute.
- See Also:
- isIndicator()
 
 - 
getIntAddint getIntAdd() Returns the value of the 'Int Add' attribute.- Returns:
- the value of the 'Int Add' attribute.
- See Also:
- setIntAdd(int),- ChartPackage.getPointProperties_IntAdd()
 
 - 
setIntAddvoid setIntAdd(int value) Sets the value of the 'Int Add' attribute.- Parameters:
- value- the new value of the 'Int Add' attribute.
- See Also:
- getIntAdd()
 
 - 
getDoubleAdddouble getDoubleAdd() Returns the value of the 'Double Add' attribute.- Returns:
- the value of the 'Double Add' attribute.
- See Also:
- setDoubleAdd(double),- ChartPackage.getPointProperties_DoubleAdd()
 
 - 
setDoubleAddvoid setDoubleAdd(double value) Sets the value of the 'Double Add' attribute.- Parameters:
- value- the new value of the 'Double Add' attribute.
- See Also:
- getDoubleAdd()
 
 - 
getEndXint getEndX() Returns the value of the 'End X' attribute.- Returns:
- the value of the 'End X' attribute.
- See Also:
- setEndX(int),- ChartPackage.getPointProperties_EndX()
 
 - 
setEndXvoid setEndX(int value) Sets the value of the 'End X' attribute.- Parameters:
- value- the new value of the 'End X' attribute.
- See Also:
- getEndX()
 
 - 
getKeyValue getKey() Returns the value of the 'Key' containment reference.- Returns:
- the value of the 'Key' containment reference.
- See Also:
- setKey(Value),- ChartPackage.getPointProperties_Key()
 
 - 
setKeyvoid setKey(Value value) Sets the value of the 'Key' containment reference.- Parameters:
- value- the new value of the 'Key' containment reference.
- See Also:
- getKey()
 
 - 
isColorPriorityboolean isColorPriority() Returns the value of the 'Color Priority' attribute.- Returns:
- the value of the 'Color Priority' attribute.
- See Also:
- setColorPriority(boolean),- ChartPackage.getPointProperties_ColorPriority()
 
 - 
setColorPriorityvoid setColorPriority(boolean value) Sets the value of the 'Color Priority' attribute.- Parameters:
- value- the new value of the 'Color Priority' attribute.
- See Also:
- isColorPriority()
 
 
- 
 
-