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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBackColor()
Returns the value of the 'Back Color' containment reference.int
getItemKey()
Returns the value of the 'Item Key' attribute.int
getKey()
Returns the value of the 'Key' attribute.Color
getMainColor()
Returns the value of the 'Main Color' containment reference.Color
getSecondColor()
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.Color
getTextColor()
Returns the value of the 'Text Color' containment reference.boolean
isEditFlag()
Returns the value of the 'Edit Flag' attribute.void
setBackColor(Color value)
Sets the value of the 'Back Color
' containment reference.void
setEditFlag(boolean value)
Sets the value of the 'Edit Flag
' attribute.void
setItemKey(int value)
Sets the value of the 'Item Key
' attribute.void
setKey(int value)
Sets the value of the 'Key
' attribute.void
setMainColor(Color value)
Sets the value of the 'Main Color
' containment reference.void
setSecondColor(Color value)
Sets the value of the 'Second Color
' containment reference.void
setTextColor(Color value)
Sets the value of the 'Text Color
' 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
-
getItemKey
int getItemKey()
Returns the value of the 'Item Key' attribute.- Returns:
- the value of the 'Item Key' attribute.
- See Also:
setItemKey(int)
,GanttChartPackage.getChartValue_ItemKey()
-
setItemKey
void setItemKey(int value)
Sets the value of the 'Item Key
' attribute.- Parameters:
value
- the new value of the 'Item Key' attribute.- See Also:
getItemKey()
-
getKey
int getKey()
Returns the value of the 'Key' attribute.- Returns:
- the value of the 'Key' attribute.
- See Also:
setKey(int)
,GanttChartPackage.getChartValue_Key()
-
setKey
void setKey(int value)
Sets the value of the 'Key
' attribute.- Parameters:
value
- the new value of the 'Key' attribute.- See Also:
getKey()
-
getText
org.eclipse.emf.common.util.EMap<String,String> getText()
- Returns:
- the value of the 'Text' map.
- See Also:
GanttChartPackage.getChartValue_Text()
-
isEditFlag
boolean isEditFlag()
Returns the value of the 'Edit Flag' attribute.- Returns:
- the value of the 'Edit Flag' attribute.
- See Also:
setEditFlag(boolean)
,GanttChartPackage.getChartValue_EditFlag()
-
setEditFlag
void setEditFlag(boolean value)
Sets the value of the 'Edit Flag
' attribute.- Parameters:
value
- the new value of the 'Edit Flag' attribute.- See Also:
isEditFlag()
-
getBackColor
Color 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()
-
setBackColor
void 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()
-
getTextColor
Color 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()
-
setTextColor
void 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()
-
getMainColor
Color 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()
-
setMainColor
void 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()
-
getSecondColor
Color 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()
-
setSecondColor
void 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()
-
-