Package au.gov.amsa.ais
Class AtonTypeDecoder
- java.lang.Object
-
- au.gov.amsa.ais.AtonTypeDecoder
-
public final class AtonTypeDecoder extends java.lang.ObjectDecodes 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.StringgetAtonType(java.lang.Integer ts)Returns the AtoN type for given integer.static java.lang.StringgetAtonType(java.math.BigInteger ts)Returns the AtoN type for given integer.
-
-
-
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:
-
-