Uses of Enum Class
com._1c.g5.v8.dt.moxel.PrintAccuracy
Packages that use PrintAccuracy
-
Uses of PrintAccuracy in com._1c.g5.v8.dt.moxel
Fields in com._1c.g5.v8.dt.moxel with type parameters of type PrintAccuracyModifier and TypeFieldDescriptionstatic final List<PrintAccuracy>PrintAccuracy.VALUESA public read-only list of all the 'Print Accuracy' enumerators.Methods in com._1c.g5.v8.dt.moxel that return PrintAccuracyModifier and TypeMethodDescriptionstatic PrintAccuracyPrintAccuracy.get(int value) Returns the 'Print Accuracy' literal with the specified integer value.static PrintAccuracyReturns the 'Print Accuracy' literal with the specified literal value.static PrintAccuracyReturns the 'Print Accuracy' literal with the specified name.PrintSettings.getPrintAccuracy()Returns the value of the 'Print Accuracy' attribute.static PrintAccuracyReturns the enum constant of this class with the specified name.static PrintAccuracy[]PrintAccuracy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel with parameters of type PrintAccuracyModifier and TypeMethodDescriptionvoidPrintSettings.setPrintAccuracy(PrintAccuracy value) Sets the value of the 'Print Accuracy' attribute. -
Uses of PrintAccuracy in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return PrintAccuracyModifier and TypeMethodDescriptionMoxelFactoryImpl.createPrintAccuracyFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) PrintSettingsImpl.getPrintAccuracy()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type PrintAccuracyModifier and TypeMethodDescriptionvoidPrintSettingsImpl.setPrintAccuracy(PrintAccuracy newPrintAccuracy)