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. VALUES
A 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 BoundaryDetectionMethod
BoundaryDetectionMethod. get(int value)
Returns the 'Boundary Detection Method' literal with the specified integer value.static BoundaryDetectionMethod
BoundaryDetectionMethod. get(String literal)
Returns the 'Boundary Detection Method' literal with the specified literal value.static BoundaryDetectionMethod
BoundaryDetectionMethod. getByName(String name)
Returns the 'Boundary Detection Method' literal with the specified name.BoundaryDetectionMethod
ChartAxis. getMaxValueDetectionMethod()
Returns the value of the 'Max Value Detection Method' attribute.BoundaryDetectionMethod
ChartAxis. getMinValueDetectionMethod()
Returns the value of the 'Min Value Detection Method' attribute.static BoundaryDetectionMethod
BoundaryDetectionMethod. 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 void
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 BoundaryDetectionMethod Modifier and Type Method Description BoundaryDetectionMethod
ChartFactoryImpl. createBoundaryDetectionMethodFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
BoundaryDetectionMethod
ChartAxisImpl. getMaxValueDetectionMethod()
BoundaryDetectionMethod
ChartAxisImpl. getMinValueDetectionMethod()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type BoundaryDetectionMethod Modifier and Type Method Description void
ChartAxisImpl. setMaxValueDetectionMethod(BoundaryDetectionMethod newMaxValueDetectionMethod)
void
ChartAxisImpl. setMinValueDetectionMethod(BoundaryDetectionMethod newMinValueDetectionMethod)
-