Package com._1c.g5.v8.dt.planner.model
Interface PlannerDimension
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PlannerDimensionImpl
public interface PlannerDimension extends IBmObject
A representation of the model object 'Dimension'.The following features are supported:
- See Also:
PlannerPackage.getPlannerDimension()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackColor()Returns the value of the 'Back Color' containment reference.ColorgetBorderColor()Returns the value of the 'Border Color' containment reference.FontgetFont()Returns the value of the 'Font' containment reference.org.eclipse.emf.common.util.EList<PlannerDimensionItem>getItems()Returns the value of the 'Items' containment reference list.StringgetText()Returns the value of the 'Text' attribute.ColorgetTextColor()Returns the value of the 'Text Color' containment reference.ValuegetValue()Returns the value of the 'Value' containment reference.booleanisTextFormatted()Returns the value of the 'Text Formatted' attribute.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetBorderColor(Color value)Sets the value of the 'Border Color' containment reference.voidsetFont(Font value)Sets the value of the 'Font' containment reference.voidsetText(String value)Sets the value of the 'Text' attribute.voidsetTextColor(Color value)Sets the value of the 'Text Color' containment reference.voidsetTextFormatted(boolean value)Sets the value of the 'Text Formatted' attribute.voidsetValue(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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
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.getPlannerDimension_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.getPlannerDimension_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.getPlannerDimension_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.getPlannerDimension_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.getPlannerDimension_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.getPlannerDimension_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()
-
getItems
org.eclipse.emf.common.util.EList<PlannerDimensionItem> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of typePlannerDimensionItem.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
PlannerPackage.getPlannerDimension_Items()
-
isTextFormatted
boolean isTextFormatted()
Returns the value of the 'Text Formatted' attribute.- Returns:
- the value of the 'Text Formatted' attribute.
- See Also:
setTextFormatted(boolean),PlannerPackage.getPlannerDimension_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()
-
-