Interface ChartValue
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- ChartValueImpl
 
 public interface ChartValue extends IBmObject A representation of the model object 'Chart Value'.The following features are supported: - See Also:
- GanttChartPackage.getChartValue()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackColor()Returns the value of the 'Back Color' containment reference.intgetItemKey()Returns the value of the 'Item Key' attribute.intgetKey()Returns the value of the 'Key' attribute.ColorgetMainColor()Returns the value of the 'Main Color' containment reference.ColorgetSecondColor()Returns the value of the 'Second Color' containment reference.org.eclipse.emf.common.util.EMap<String,String>getText()Returns the value of the 'Text' map.ColorgetTextColor()Returns the value of the 'Text Color' containment reference.booleanisEditFlag()Returns the value of the 'Edit Flag' attribute.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetEditFlag(boolean value)Sets the value of the 'Edit Flag' attribute.voidsetItemKey(int value)Sets the value of the 'Item Key' attribute.voidsetKey(int value)Sets the value of the 'Key' attribute.voidsetMainColor(Color value)Sets the value of the 'Main Color' containment reference.voidsetSecondColor(Color value)Sets the value of the 'Second Color' containment reference.voidsetTextColor(Color value)Sets the value of the 'Text Color' 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- 
getItemKeyint getItemKey() Returns the value of the 'Item Key' attribute.- Returns:
- the value of the 'Item Key' attribute.
- See Also:
- setItemKey(int),- GanttChartPackage.getChartValue_ItemKey()
 
 - 
setItemKeyvoid setItemKey(int value) Sets the value of the 'Item Key' attribute.- Parameters:
- value- the new value of the 'Item Key' attribute.
- See Also:
- getItemKey()
 
 - 
getKeyint getKey() Returns the value of the 'Key' attribute.- Returns:
- the value of the 'Key' attribute.
- See Also:
- setKey(int),- GanttChartPackage.getChartValue_Key()
 
 - 
setKeyvoid setKey(int value) Sets the value of the 'Key' attribute.- Parameters:
- value- the new value of the 'Key' attribute.
- See Also:
- getKey()
 
 - 
getTextorg.eclipse.emf.common.util.EMap<String,String> getText() - Returns:
- the value of the 'Text' map.
- See Also:
- GanttChartPackage.getChartValue_Text()
 
 - 
isEditFlagboolean isEditFlag() Returns the value of the 'Edit Flag' attribute.- Returns:
- the value of the 'Edit Flag' attribute.
- See Also:
- setEditFlag(boolean),- GanttChartPackage.getChartValue_EditFlag()
 
 - 
setEditFlagvoid setEditFlag(boolean value) Sets the value of the 'Edit Flag' attribute.- Parameters:
- value- the new value of the 'Edit Flag' attribute.
- See Also:
- isEditFlag()
 
 - 
getBackColorColor getBackColor() Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
- setBackColor(Color),- GanttChartPackage.getChartValue_BackColor()
 
 - 
setBackColorvoid setBackColor(Color value) Sets the value of the 'Back Color' containment reference.- Parameters:
- value- the new value of the 'Back Color' containment reference.
- See Also:
- getBackColor()
 
 - 
getTextColorColor getTextColor() Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
- setTextColor(Color),- GanttChartPackage.getChartValue_TextColor()
 
 - 
setTextColorvoid setTextColor(Color value) Sets the value of the 'Text Color' containment reference.- Parameters:
- value- the new value of the 'Text Color' containment reference.
- See Also:
- getTextColor()
 
 - 
getMainColorColor getMainColor() Returns the value of the 'Main Color' containment reference.- Returns:
- the value of the 'Main Color' containment reference.
- See Also:
- setMainColor(Color),- GanttChartPackage.getChartValue_MainColor()
 
 - 
setMainColorvoid setMainColor(Color value) Sets the value of the 'Main Color' containment reference.- Parameters:
- value- the new value of the 'Main Color' containment reference.
- See Also:
- getMainColor()
 
 - 
getSecondColorColor getSecondColor() Returns the value of the 'Second Color' containment reference.- Returns:
- the value of the 'Second Color' containment reference.
- See Also:
- setSecondColor(Color),- GanttChartPackage.getChartValue_SecondColor()
 
 - 
setSecondColorvoid setSecondColor(Color value) Sets the value of the 'Second Color' containment reference.- Parameters:
- value- the new value of the 'Second Color' containment reference.
- See Also:
- getSecondColor()
 
 
- 
 
-