Uses of Class
com._1c.g5.v8.dt.moxel.PrintAccuracy
-
Packages that use PrintAccuracy Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of PrintAccuracy in com._1c.g5.v8.dt.moxel
Fields in com._1c.g5.v8.dt.moxel with type parameters of type PrintAccuracy Modifier and Type Field Description static 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 PrintAccuracy Modifier and Type Method Description static PrintAccuracy
PrintAccuracy. get(int value)
Returns the 'Print Accuracy' literal with the specified integer value.static PrintAccuracy
PrintAccuracy. get(String literal)
Returns the 'Print Accuracy' literal with the specified literal value.static PrintAccuracy
PrintAccuracy. getByName(String name)
Returns the 'Print Accuracy' literal with the specified name.PrintAccuracy
PrintSettings. getPrintAccuracy()
Returns the value of the 'Print Accuracy' attribute.static PrintAccuracy
PrintAccuracy. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrintAccuracy[]
PrintAccuracy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel with parameters of type PrintAccuracy Modifier and Type Method Description void
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 PrintAccuracy Modifier and Type Method Description PrintAccuracy
MoxelFactoryImpl. createPrintAccuracyFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
PrintAccuracy
PrintSettingsImpl. getPrintAccuracy()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type PrintAccuracy Modifier and Type Method Description void
PrintSettingsImpl. setPrintAccuracy(PrintAccuracy newPrintAccuracy)
-
Uses of PrintAccuracy in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return PrintAccuracy Modifier and Type Method Description static PrintAccuracy
MxlSerializerUtil. getPrintAccuracy(int val)
Get print accuracyMethods in com._1c.g5.v8.dt.moxel.util with parameters of type PrintAccuracy Modifier and Type Method Description static int
MxlSerializerUtil. getMxlPrintAccuracy(PrintAccuracy accuracy)
Get mxl print accuracy
-