Uses of Class
com._1c.g5.v8.dt.chart.model.BoundaryDetectionMethod
-
Packages that use BoundaryDetectionMethod Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl -
-
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 BoundaryDetectionMethod Modifier and Type Field Description static 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 BoundaryDetectionMethod Modifier and Type Method Description static BoundaryDetectionMethodBoundaryDetectionMethod. get(int value)Returns the 'Boundary Detection Method' literal with the specified integer value.static BoundaryDetectionMethodBoundaryDetectionMethod. get(String literal)Returns the 'Boundary Detection Method' literal with the specified literal value.static BoundaryDetectionMethodBoundaryDetectionMethod. getByName(String name)Returns the 'Boundary Detection Method' literal with the specified name.BoundaryDetectionMethodChartAxis. getMaxValueDetectionMethod()Returns the value of the 'Max Value Detection Method' attribute.BoundaryDetectionMethodChartAxis. getMinValueDetectionMethod()Returns the value of the 'Min Value Detection Method' attribute.static BoundaryDetectionMethodBoundaryDetectionMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static BoundaryDetectionMethod[]BoundaryDetectionMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type BoundaryDetectionMethod Modifier and Type Method Description voidChartAxis. 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 BoundaryDetectionMethod Modifier and Type Method Description BoundaryDetectionMethodChartFactoryImpl. createBoundaryDetectionMethodFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)BoundaryDetectionMethodChartAxisImpl. getMaxValueDetectionMethod()BoundaryDetectionMethodChartAxisImpl. getMinValueDetectionMethod()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type BoundaryDetectionMethod Modifier and Type Method Description voidChartAxisImpl. setMaxValueDetectionMethod(BoundaryDetectionMethod newMaxValueDetectionMethod)voidChartAxisImpl. setMinValueDetectionMethod(BoundaryDetectionMethod newMinValueDetectionMethod)
-