Class SedaConverterTool


  • public class SedaConverterTool
    extends java.lang.Object
    utils for converting objects from seda 2.0 to seda 2.1 spec
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Unit convertUnitToSeda21​(Unit unit)
      convert given unit from seda 2.0 to seda 2.1 schema compatible
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SedaConverterTool

        public SedaConverterTool()
    • Method Detail

      • convertUnitToSeda21

        public static Unit convertUnitToSeda21​(Unit unit)
        convert given unit from seda 2.0 to seda 2.1 schema compatible
        Parameters:
        unit - unit object to convert
        Returns:
        unit converted to seda 2.1 schema (same reference given in input)