Module ical4j.core

Interface TimeZonePropertyValidators


public interface TimeZonePropertyValidators
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Validator<TzId>
    Format Definition: This property is defined by the following notation: tzid = "TZID" tzidpropparam ":" [tzidprefix] text CRLF tzidpropparam = *(";" other-param) ;tzidprefix = "/" ; Defined previously.
    static final Validator<TzName>
    Format Definition: This property is defined by the following notation: tzname = "TZNAME" tznparam ":" text CRLF tznparam = *( ; ; The following is OPTIONAL, ; but MUST NOT occur more than once.
    static final Validator<TzOffsetFrom>
    Format Definition: This property is defined by the following notation: tzoffsetfrom = "TZOFFSETFROM" frmparam ":" utc-offset CRLF frmparam = *(";" other-param)
    static final Validator<TzOffsetTo>
    Format Definition: This property is defined by the following notation: tzoffsetto = "TZOFFSETTO" toparam ":" utc-offset CRLF toparam = *(";" other-param)
    static final Validator<TzUrl>
    Format Definition: This property is defined by the following notation: tzurl = "TZURL" tzurlparam ":" uri CRLF tzurlparam = *(";" other-param)
  • Field Details

    • TZID

      static final Validator<TzId> TZID
              Format Definition:  This property is defined by the following
             notation:
      
              tzid       = "TZID" tzidpropparam ":" [tzidprefix] text CRLF
      
              tzidpropparam      = *(";" other-param)
      
              ;tzidprefix        = "/"
              ; Defined previously. Just listed here for reader convenience.
       
    • TZNAME

      static final Validator<TzName> TZNAME
              Format Definition:  This property is defined by the following
             notation:
      
              tzname     = "TZNAME" tznparam ":" text CRLF
      
              tznparam   = *(
                         ;
                         ; The following is OPTIONAL,
                         ; but MUST NOT occur more than once.
                         ;
                         (";" languageparam) /
                         ;
                         ; The following is OPTIONAL,
                         ; and MAY occur more than once.
                         ;
                         (";" other-param)
                         ;
                         )
       
    • TZOFFSETFROM

      static final Validator<TzOffsetFrom> TZOFFSETFROM
              Format Definition:  This property is defined by the following
             notation:
      
              tzoffsetfrom       = "TZOFFSETFROM" frmparam ":" utc-offset
                                   CRLF
      
              frmparam   = *(";" other-param)
       
    • TZOFFSETTO

      static final Validator<TzOffsetTo> TZOFFSETTO
           Format Definition:  This property is defined by the following
             notation:
      
              tzoffsetto = "TZOFFSETTO" toparam ":" utc-offset CRLF
      
              toparam    = *(";" other-param)
       
    • TZURL

      static final Validator<TzUrl> TZURL
              Format Definition:  This property is defined by the following
             notation:
      
              tzurl      = "TZURL" tzurlparam ":" uri CRLF
      
              tzurlparam = *(";" other-param)