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.VALUESA 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 BoundaryDetectionMethodBoundaryDetectionMethod.get(int value) Returns the 'Boundary Detection Method' literal with the specified integer value.static BoundaryDetectionMethodReturns the 'Boundary Detection Method' literal with the specified literal value.static BoundaryDetectionMethodReturns 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 BoundaryDetectionMethodReturns 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 TypeMethodDescriptionvoidChartAxis.setMaxValueDetectionMethod(BoundaryDetectionMethod value) Sets the value of the 'Max Value Detection Method' attribute.voidChartAxis.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 TypeMethodDescriptionvoidChartAxisImpl.setMaxValueDetectionMethod(BoundaryDetectionMethod newMaxValueDetectionMethod) voidChartAxisImpl.setMinValueDetectionMethod(BoundaryDetectionMethod newMinValueDetectionMethod)