Class AtonTypeDecoder


  • public final class AtonTypeDecoder
    extends java.lang.Object
    Decodes the AtoN type code as per Table 71 in 1371-4.pdf.
    Author:
    pxg
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getAtonType​(java.lang.Integer ts)
      Returns the AtoN type for given integer.
      static java.lang.String getAtonType​(java.math.BigInteger ts)
      Returns the AtoN type for given integer.
      • Methods inherited from class java.lang.Object

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

      • getAtonType

        public static java.lang.String getAtonType​(java.math.BigInteger ts)
        Returns the AtoN type for given integer. If integer is null then returns null.
        Parameters:
        ts -
        Returns:
      • getAtonType

        public static java.lang.String getAtonType​(java.lang.Integer ts)
        Returns the AtoN type for given integer. If integer is null then returns null.
        Parameters:
        ts -
        Returns: