Class MdibVersionUtil


  • public class MdibVersionUtil
    extends Object
    Utility functions for the MdibVersion container.
    • Method Detail

      • getMdibVersion

        public MdibVersion getMdibVersion​(org.somda.sdc.biceps.model.message.AbstractReport msg)
        Extracts the MDIB version from a report.
        Parameters:
        msg - the report to extract data from.
        Returns:
        the converted MDIB version. Default values are transformed according to BICEPS's prose information.
      • getMdibVersion

        public MdibVersion getMdibVersion​(org.somda.sdc.biceps.model.message.AbstractGetResponse msg)
        Extracts the MDIB version from a get response.
        Parameters:
        msg - the get response to extract data from.
        Returns:
        the converted MDIB version. Default values are transformed according to BICEPS's prose information.