Class TimeZoneFormat.GMTOffsetField

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) char _type  
      (package private) int _width  
    • Constructor Summary

      Constructors 
      Constructor Description
      GMTOffsetField​(char type, int width)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) char getType()  
      (package private) int getWidth()  
      (package private) static boolean isValid​(char type, int width)  
      • Methods inherited from class java.lang.Object

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

      • _type

        final char _type
      • _width

        final int _width
    • Constructor Detail

      • GMTOffsetField

        GMTOffsetField​(char type,
                       int width)
    • Method Detail

      • getType

        char getType()
      • getWidth

        int getWidth()
      • isValid

        static boolean isValid​(char type,
                               int width)