Class MZTabErrorTypeMap


  • public final class MZTabErrorTypeMap
    extends java.lang.Object
    This list class used to storage all types of MZTabError, and provide query service based on the error/warn code. This class used to generate mzTab help document.
    Since:
    27/02/13
    Author:
    qingwei
    • Constructor Summary

      Constructors 
      Constructor Description
      MZTabErrorTypeMap()
      Constructor for MZTabErrorTypeMap.
    • Constructor Detail

      • MZTabErrorTypeMap

        public MZTabErrorTypeMap()

        Constructor for MZTabErrorTypeMap.

    • Method Detail

      • getTypeMap

        public java.util.Map<java.lang.Integer,​MZTabErrorType> getTypeMap()

        Getter for the field typeMap.

        Returns:
        a Map object.