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.moxelFields in com._1c.g5.v8.dt.moxel with type parameters of type PrintAccuracy Modifier and Type Field Description static List<PrintAccuracy>PrintAccuracy. VALUESA 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 PrintAccuracyPrintAccuracy. get(int value)Returns the 'Print Accuracy' literal with the specified integer value.static PrintAccuracyPrintAccuracy. get(String literal)Returns the 'Print Accuracy' literal with the specified literal value.static PrintAccuracyPrintAccuracy. getByName(String name)Returns the 'Print Accuracy' literal with the specified name.PrintAccuracyPrintSettings. getPrintAccuracy()Returns the value of the 'Print Accuracy' attribute.static PrintAccuracyPrintAccuracy. 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 voidPrintSettings. setPrintAccuracy(PrintAccuracy value)Sets the value of the 'Print Accuracy' attribute.
- 
Uses of PrintAccuracy in com._1c.g5.v8.dt.moxel.implMethods in com._1c.g5.v8.dt.moxel.impl that return PrintAccuracy Modifier and Type Method Description PrintAccuracyMoxelFactoryImpl. createPrintAccuracyFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)PrintAccuracyPrintSettingsImpl. getPrintAccuracy()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type PrintAccuracy Modifier and Type Method Description voidPrintSettingsImpl. setPrintAccuracy(PrintAccuracy newPrintAccuracy)
- 
Uses of PrintAccuracy in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return PrintAccuracy Modifier and Type Method Description static PrintAccuracyMxlSerializerUtil. 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 intMxlSerializerUtil. getMxlPrintAccuracy(PrintAccuracy accuracy)Get mxl print accuracy
 
-