Package com._1c.g5.v8.dt.planner.model
Interface PlannerDimensionItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PlannerDimensionItemImpl
public interface PlannerDimensionItem extends IBmObject
A representation of the model object 'Dimension Item'.The following features are supported:
- See Also:
PlannerPackage.getPlannerDimensionItem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBackColor()
Returns the value of the 'Back Color' containment reference.Color
getBorderColor()
Returns the value of the 'Border Color' containment reference.Font
getFont()
Returns the value of the 'Font' containment reference.String
getText()
Returns the value of the 'Text' attribute.Color
getTextColor()
Returns the value of the 'Text Color' containment reference.Value
getValue()
Returns the value of the 'Value' containment reference.boolean
isTextFormatted()
Returns the value of the 'Text Formatted' attribute.void
setBackColor(Color value)
Sets the value of the 'Back Color
' containment reference.void
setBorderColor(Color value)
Sets the value of the 'Border Color
' containment reference.void
setFont(Font value)
Sets the value of the 'Font
' containment reference.void
setText(String value)
Sets the value of the 'Text
' attribute.void
setTextColor(Color value)
Sets the value of the 'Text Color
' containment reference.void
setTextFormatted(boolean value)
Sets the value of the 'Text Formatted
' attribute.void
setValue(Value value)
Sets the value of the 'Value
' 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
-
getValue
Value getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Value)
,PlannerPackage.getPlannerDimensionItem_Value()
-
setValue
void setValue(Value value)
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
getValue()
-
getText
String getText()
Returns the value of the 'Text' attribute.- Returns:
- the value of the 'Text' attribute.
- See Also:
setText(String)
,PlannerPackage.getPlannerDimensionItem_Text()
-
setText
void setText(String value)
Sets the value of the 'Text
' attribute.- Parameters:
value
- the new value of the 'Text' attribute.- See Also:
getText()
-
getBorderColor
Color getBorderColor()
Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
setBorderColor(Color)
,PlannerPackage.getPlannerDimensionItem_BorderColor()
-
setBorderColor
void setBorderColor(Color value)
Sets the value of the 'Border Color
' containment reference.- Parameters:
value
- the new value of the 'Border Color' containment reference.- See Also:
getBorderColor()
-
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)
,PlannerPackage.getPlannerDimensionItem_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)
,PlannerPackage.getPlannerDimensionItem_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()
-
getFont
Font getFont()
Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
setFont(Font)
,PlannerPackage.getPlannerDimensionItem_Font()
-
setFont
void setFont(Font value)
Sets the value of the 'Font
' containment reference.- Parameters:
value
- the new value of the 'Font' containment reference.- See Also:
getFont()
-
isTextFormatted
boolean isTextFormatted()
Returns the value of the 'Text Formatted' attribute.- Returns:
- the value of the 'Text Formatted' attribute.
- See Also:
setTextFormatted(boolean)
,PlannerPackage.getPlannerDimensionItem_TextFormatted()
-
setTextFormatted
void setTextFormatted(boolean value)
Sets the value of the 'Text Formatted
' attribute.- Parameters:
value
- the new value of the 'Text Formatted' attribute.- See Also:
isTextFormatted()
-
-