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.VALUES
A public read-only list of all the 'Print Accuracy' enumerators.Methods in com._1c.g5.v8.dt.moxel that return PrintAccuracyModifier and TypeMethodDescriptionstatic PrintAccuracy
PrintAccuracy.get
(int value) Returns the 'Print Accuracy' literal with the specified integer value.static PrintAccuracy
Returns the 'Print Accuracy' literal with the specified literal value.static PrintAccuracy
Returns the 'Print Accuracy' literal with the specified name.PrintSettings.getPrintAccuracy()
Returns the value of the 'Print Accuracy' attribute.static PrintAccuracy
Returns 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 TypeMethodDescriptionvoid
PrintSettings.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 TypeMethodDescriptionvoid
PrintSettingsImpl.setPrintAccuracy
(PrintAccuracy newPrintAccuracy)