Class IptcTypeLookup


  • public final class IptcTypeLookup
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map<java.lang.Integer,​IptcType> IPTC_TYPE_MAP  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private IptcTypeLookup()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IptcType getIptcType​(int type)  
      • Methods inherited from class java.lang.Object

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

      • IPTC_TYPE_MAP

        private static final java.util.Map<java.lang.Integer,​IptcType> IPTC_TYPE_MAP
    • Constructor Detail

      • IptcTypeLookup

        private IptcTypeLookup()
    • Method Detail

      • getIptcType

        public static IptcType getIptcType​(int type)