Uses of Enum Class
com._1c.g5.v8.dt.chart.model.BoundaryDetectionMethod
Packages that use BoundaryDetectionMethod
-
Uses of BoundaryDetectionMethod in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type BoundaryDetectionMethodModifier and TypeFieldDescriptionstatic final List<BoundaryDetectionMethod>
BoundaryDetectionMethod.VALUES
A public read-only list of all the 'Boundary Detection Method' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return BoundaryDetectionMethodModifier and TypeMethodDescriptionstatic BoundaryDetectionMethod
BoundaryDetectionMethod.get
(int value) Returns the 'Boundary Detection Method' literal with the specified integer value.static BoundaryDetectionMethod
Returns the 'Boundary Detection Method' literal with the specified literal value.static BoundaryDetectionMethod
Returns the 'Boundary Detection Method' literal with the specified name.ChartAxis.getMaxValueDetectionMethod()
Returns the value of the 'Max Value Detection Method' attribute.ChartAxis.getMinValueDetectionMethod()
Returns the value of the 'Min Value Detection Method' attribute.static BoundaryDetectionMethod
Returns the enum constant of this class with the specified name.static BoundaryDetectionMethod[]
BoundaryDetectionMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type BoundaryDetectionMethodModifier and TypeMethodDescriptionvoid
ChartAxis.setMaxValueDetectionMethod
(BoundaryDetectionMethod value) Sets the value of the 'Max Value Detection Method
' attribute.void
ChartAxis.setMinValueDetectionMethod
(BoundaryDetectionMethod value) Sets the value of the 'Min Value Detection Method
' attribute. -
Uses of BoundaryDetectionMethod in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return BoundaryDetectionMethodModifier and TypeMethodDescriptionChartFactoryImpl.createBoundaryDetectionMethodFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartAxisImpl.getMaxValueDetectionMethod()
ChartAxisImpl.getMinValueDetectionMethod()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type BoundaryDetectionMethodModifier and TypeMethodDescriptionvoid
ChartAxisImpl.setMaxValueDetectionMethod
(BoundaryDetectionMethod newMaxValueDetectionMethod) void
ChartAxisImpl.setMinValueDetectionMethod
(BoundaryDetectionMethod newMinValueDetectionMethod)