Package com._1c.g5.v8.dt.chart.model
Interface ChartAxis
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- ChartAxisImpl
 
 public interface ChartAxis extends IBmObject A representation of the model object 'Axis'.The following features are supported: - See Also:
- ChartPackage.getChartAxis()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetBaseValue()Returns the value of the 'Base Value' attribute.AxisIntervalgetInterval()Returns the value of the 'Interval' containment reference.BoundaryDetectionMethodgetMaxValueDetectionMethod()Returns the value of the 'Max Value Detection Method' attribute.BoundaryDetectionMethodgetMinValueDetectionMethod()Returns the value of the 'Min Value Detection Method' attribute.voidsetBaseValue(double value)Sets the value of the 'Base Value' attribute.voidsetInterval(AxisInterval value)Sets the value of the 'Interval' containment reference.voidsetMaxValueDetectionMethod(BoundaryDetectionMethod value)Sets the value of the 'Max Value Detection Method' attribute.voidsetMinValueDetectionMethod(BoundaryDetectionMethod value)Sets the value of the 'Min Value Detection Method' attribute.- 
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- 
getBaseValuedouble getBaseValue() Returns the value of the 'Base Value' attribute.- Returns:
- the value of the 'Base Value' attribute.
- See Also:
- setBaseValue(double),- ChartPackage.getChartAxis_BaseValue()
 
 - 
setBaseValuevoid setBaseValue(double value) Sets the value of the 'Base Value' attribute.- Parameters:
- value- the new value of the 'Base Value' attribute.
- See Also:
- getBaseValue()
 
 - 
getIntervalAxisInterval getInterval() Returns the value of the 'Interval' containment reference.- Returns:
- the value of the 'Interval' containment reference.
- See Also:
- setInterval(AxisInterval),- ChartPackage.getChartAxis_Interval()
 
 - 
setIntervalvoid setInterval(AxisInterval value) Sets the value of the 'Interval' containment reference.- Parameters:
- value- the new value of the 'Interval' containment reference.
- See Also:
- getInterval()
 
 - 
getMinValueDetectionMethodBoundaryDetectionMethod getMinValueDetectionMethod() Returns the value of the 'Min Value Detection Method' attribute. The literals are from the enumerationBoundaryDetectionMethod.- Returns:
- the value of the 'Min Value Detection Method' attribute.
- See Also:
- BoundaryDetectionMethod,- setMinValueDetectionMethod(BoundaryDetectionMethod),- ChartPackage.getChartAxis_MinValueDetectionMethod()
 
 - 
setMinValueDetectionMethodvoid setMinValueDetectionMethod(BoundaryDetectionMethod value) Sets the value of the 'Min Value Detection Method' attribute.- Parameters:
- value- the new value of the 'Min Value Detection Method' attribute.
- See Also:
- BoundaryDetectionMethod,- getMinValueDetectionMethod()
 
 - 
getMaxValueDetectionMethodBoundaryDetectionMethod getMaxValueDetectionMethod() Returns the value of the 'Max Value Detection Method' attribute. The literals are from the enumerationBoundaryDetectionMethod.- Returns:
- the value of the 'Max Value Detection Method' attribute.
- See Also:
- BoundaryDetectionMethod,- setMaxValueDetectionMethod(BoundaryDetectionMethod),- ChartPackage.getChartAxis_MaxValueDetectionMethod()
 
 - 
setMaxValueDetectionMethodvoid setMaxValueDetectionMethod(BoundaryDetectionMethod value) Sets the value of the 'Max Value Detection Method' attribute.- Parameters:
- value- the new value of the 'Max Value Detection Method' attribute.
- See Also:
- BoundaryDetectionMethod,- getMaxValueDetectionMethod()
 
 
- 
 
-