Interface GanttChartScalingViewModel
-
- All Superinterfaces:
ControlViewModel,org.eclipse.emf.ecore.EObject,IControlViewModel,IViewModel,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GanttChartScalingViewModelImpl
public interface GanttChartScalingViewModel extends ControlViewModel
A representation of the model object 'Gantt Chart Scaling View Model'. Gantt chart scaling settings model.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetFixedVariantInterval()Returns the value of the 'Fixed Variant Interval' attribute.StringgetFixedVariantIntervalTitle()Returns the value of the 'Fixed Variant Interval Title' attribute.TimeScaleUnitTypegetFixedVariantMeasure()Returns the value of the 'Fixed Variant Measure' attribute.doublegetNoneVariantChars()Returns the value of the 'None Variant Chars' attribute.StringgetNoneVariantCharsTitle()Returns the value of the 'None Variant Chars Title' attribute.TimeScaleUnitTypegetNoneVariantMeasure()Returns the value of the 'None Variant Measure' attribute.StringgetNoneVariantMeasureTitle()Returns the value of the 'None Variant Measure Title' attribute.GanttChartScaleKeepinggetScaleKeeping()Returns the value of the 'Scale Keeping' attribute.StringgetTitle()Returns the value of the 'Title' attribute.voidsetFixedVariantInterval(int value)Sets the value of the 'Fixed Variant Interval' attribute.voidsetFixedVariantIntervalTitle(String value)Sets the value of the 'Fixed Variant Interval Title' attribute.voidsetFixedVariantMeasure(TimeScaleUnitType value)Sets the value of the 'Fixed Variant Measure' attribute.voidsetNoneVariantChars(double value)Sets the value of the 'None Variant Chars' attribute.voidsetNoneVariantCharsTitle(String value)Sets the value of the 'None Variant Chars Title' attribute.voidsetNoneVariantMeasure(TimeScaleUnitType value)Sets the value of the 'None Variant Measure' attribute.voidsetNoneVariantMeasureTitle(String value)Sets the value of the 'None Variant Measure Title' attribute.voidsetScaleKeeping(GanttChartScaleKeeping value)Sets the value of the 'Scale Keeping' attribute.voidsetTitle(String value)Sets the value of the 'Title' attribute.-
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModel
getApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatus
-
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.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParent
-
-
-
-
Method Detail
-
getTitle
String getTitle()
Returns the value of the 'Title' attribute. The 'Title' string value. Used for localization purposes.- Returns:
- the value of the 'Title' attribute.
- See Also:
setTitle(String),DtAefPackage.getGanttChartScalingViewModel_Title()
-
setTitle
void setTitle(String value)
Sets the value of the 'Title' attribute.- Parameters:
value- the new value of the 'Title' attribute.- See Also:
getTitle()
-
getScaleKeeping
GanttChartScaleKeeping getScaleKeeping()
Returns the value of the 'Scale Keeping' attribute. The literals are from the enumerationGanttChartScaleKeeping. The 'Scale keeping' model value.- Returns:
- the value of the 'Scale Keeping' attribute.
- See Also:
GanttChartScaleKeeping,setScaleKeeping(GanttChartScaleKeeping),DtAefPackage.getGanttChartScalingViewModel_ScaleKeeping()
-
setScaleKeeping
void setScaleKeeping(GanttChartScaleKeeping value)
Sets the value of the 'Scale Keeping' attribute.- Parameters:
value- the new value of the 'Scale Keeping' attribute.- See Also:
GanttChartScaleKeeping,getScaleKeeping()
-
getNoneVariantCharsTitle
String getNoneVariantCharsTitle()
Returns the value of the 'None Variant Chars Title' attribute. The 'None variant chars title' string value. Used for localization purposes.- Returns:
- the value of the 'None Variant Chars Title' attribute.
- See Also:
setNoneVariantCharsTitle(String),DtAefPackage.getGanttChartScalingViewModel_NoneVariantCharsTitle()
-
setNoneVariantCharsTitle
void setNoneVariantCharsTitle(String value)
Sets the value of the 'None Variant Chars Title' attribute.- Parameters:
value- the new value of the 'None Variant Chars Title' attribute.- See Also:
getNoneVariantCharsTitle()
-
getNoneVariantChars
double getNoneVariantChars()
Returns the value of the 'None Variant Chars' attribute. The 'None variant chars' model value.- Returns:
- the value of the 'None Variant Chars' attribute.
- See Also:
setNoneVariantChars(double),DtAefPackage.getGanttChartScalingViewModel_NoneVariantChars()
-
setNoneVariantChars
void setNoneVariantChars(double value)
Sets the value of the 'None Variant Chars' attribute.- Parameters:
value- the new value of the 'None Variant Chars' attribute.- See Also:
getNoneVariantChars()
-
getNoneVariantMeasureTitle
String getNoneVariantMeasureTitle()
Returns the value of the 'None Variant Measure Title' attribute. The 'None variant measure title' string value. Used for localization purposes.- Returns:
- the value of the 'None Variant Measure Title' attribute.
- See Also:
setNoneVariantMeasureTitle(String),DtAefPackage.getGanttChartScalingViewModel_NoneVariantMeasureTitle()
-
setNoneVariantMeasureTitle
void setNoneVariantMeasureTitle(String value)
Sets the value of the 'None Variant Measure Title' attribute.- Parameters:
value- the new value of the 'None Variant Measure Title' attribute.- See Also:
getNoneVariantMeasureTitle()
-
getNoneVariantMeasure
TimeScaleUnitType getNoneVariantMeasure()
Returns the value of the 'None Variant Measure' attribute. The literals are from the enumerationTimeScaleUnitType. The 'None variant measure' model value.- Returns:
- the value of the 'None Variant Measure' attribute.
- See Also:
TimeScaleUnitType,setNoneVariantMeasure(TimeScaleUnitType),DtAefPackage.getGanttChartScalingViewModel_NoneVariantMeasure()
-
setNoneVariantMeasure
void setNoneVariantMeasure(TimeScaleUnitType value)
Sets the value of the 'None Variant Measure' attribute.- Parameters:
value- the new value of the 'None Variant Measure' attribute.- See Also:
TimeScaleUnitType,getNoneVariantMeasure()
-
getFixedVariantIntervalTitle
String getFixedVariantIntervalTitle()
Returns the value of the 'Fixed Variant Interval Title' attribute. The 'Fixed variant interval title' string value. Used for localization purposes.- Returns:
- the value of the 'Fixed Variant Interval Title' attribute.
- See Also:
setFixedVariantIntervalTitle(String),DtAefPackage.getGanttChartScalingViewModel_FixedVariantIntervalTitle()
-
setFixedVariantIntervalTitle
void setFixedVariantIntervalTitle(String value)
Sets the value of the 'Fixed Variant Interval Title' attribute.- Parameters:
value- the new value of the 'Fixed Variant Interval Title' attribute.- See Also:
getFixedVariantIntervalTitle()
-
getFixedVariantInterval
int getFixedVariantInterval()
Returns the value of the 'Fixed Variant Interval' attribute. The 'Fixed variant interval' model value.- Returns:
- the value of the 'Fixed Variant Interval' attribute.
- See Also:
setFixedVariantInterval(int),DtAefPackage.getGanttChartScalingViewModel_FixedVariantInterval()
-
setFixedVariantInterval
void setFixedVariantInterval(int value)
Sets the value of the 'Fixed Variant Interval' attribute.- Parameters:
value- the new value of the 'Fixed Variant Interval' attribute.- See Also:
getFixedVariantInterval()
-
getFixedVariantMeasure
TimeScaleUnitType getFixedVariantMeasure()
Returns the value of the 'Fixed Variant Measure' attribute. The literals are from the enumerationTimeScaleUnitType. The 'Fixed variant measure' model value.- Returns:
- the value of the 'Fixed Variant Measure' attribute.
- See Also:
TimeScaleUnitType,setFixedVariantMeasure(TimeScaleUnitType),DtAefPackage.getGanttChartScalingViewModel_FixedVariantMeasure()
-
setFixedVariantMeasure
void setFixedVariantMeasure(TimeScaleUnitType value)
Sets the value of the 'Fixed Variant Measure' attribute.- Parameters:
value- the new value of the 'Fixed Variant Measure' attribute.- See Also:
TimeScaleUnitType,getFixedVariantMeasure()
-
-