Class MxlSerializerUtil

java.lang.Object
com._1c.g5.v8.dt.internal.moxel.serializer.MxlSerializerUtil

public class MxlSerializerUtil extends Object
Utils for mxl serializer
  • Field Details

    • NULL_UUID

      public static final UUID NULL_UUID
      Empty null UUID.
  • Constructor Details

    • MxlSerializerUtil

      public MxlSerializerUtil()
  • Method Details

    • adjustCommentDrawing

      public static void adjustCommentDrawing(CommentDrawing commentDrawing, int columnIndex, int rowIndex)
      Adjust comment drawing.
      Parameters:
      commentDrawing - the comment drawing, cannot be null
      columnIndex - the column index
      rowIndex - the row index
    • compareVersions

      public static int compareVersions(Integer[] left, Integer[] right)
      Compare versions.
      Parameters:
      left - the left version
      right - the right version
      Returns:
      0, > 0 or < 0
    • isVersionCorrect

      public static boolean isVersionCorrect(Integer[] version)
      Check if mxl version is correct.
      Parameters:
      version - the version
      Returns:
      true if correct.