Class TZDBTimeZoneNames.TZDBNameInfo

  • Enclosing class:
    TZDBTimeZoneNames

    private static class TZDBTimeZoneNames.TZDBNameInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TZDBNameInfo​(java.lang.String mzID, TimeZoneNames.NameType type, boolean ambiguousType, java.lang.String[] parseRegions)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • mzID

        final java.lang.String mzID
      • ambiguousType

        final boolean ambiguousType
      • parseRegions

        final java.lang.String[] parseRegions
    • Constructor Detail

      • TZDBNameInfo

        TZDBNameInfo​(java.lang.String mzID,
                     TimeZoneNames.NameType type,
                     boolean ambiguousType,
                     java.lang.String[] parseRegions)