Class TimeZoneFormat.GMTOffsetField

java.lang.Object
com.ibm.icu.text.TimeZoneFormat.GMTOffsetField
Enclosing class:
TimeZoneFormat

private static class TimeZoneFormat.GMTOffsetField extends Object
Used for representing localized GMT time fields in the parsed pattern object.
See Also:
  • Field Summary

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

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

    Modifier and Type
    Method
    Description
    (package private) char
     
    (package private) int
     
    (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 Details

    • _type

      final char _type
    • _width

      final int _width
  • Constructor Details

    • GMTOffsetField

      GMTOffsetField(char type, int width)
  • Method Details

    • getType

      char getType()
    • getWidth

      int getWidth()
    • isValid

      static boolean isValid(char type, int width)