Class MxlSerializerUtil
java.lang.Object
com._1c.g5.v8.dt.internal.moxel.serializer.MxlSerializerUtil
Utils for mxl serializer
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidadjustCommentDrawing(CommentDrawing commentDrawing, int columnIndex, int rowIndex) Adjust comment drawing.static intcompareVersions(Integer[] left, Integer[] right) Compare versions.static booleanisVersionCorrect(Integer[] version) Check if mxl version is correct.
- 
Field Details- 
NULL_UUIDEmpty null UUID.
 
- 
- 
Constructor Details- 
MxlSerializerUtilpublic MxlSerializerUtil()
 
- 
- 
Method Details- 
adjustCommentDrawingpublic 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
 
- 
compareVersionsCompare versions.- Parameters:
- left- the left version
- right- the right version
- Returns:
- 0, > 0 or < 0
 
- 
isVersionCorrectCheck if mxl version is correct.- Parameters:
- version- the version
- Returns:
- trueif correct.
 
 
-